AyuntamientoMadrid/participacion

View on GitHub
spec/models/identity_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "rails_helper"

RSpec.describe Identity do
  let(:identity) { build(:identity) }

  it "is valid" do
    expect(identity).to be_valid
  end
end