adds Identity model and migration
This commit is contained in:
9
spec/models/identity_spec.rb
Normal file
9
spec/models/identity_spec.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Identity, type: :model do
|
||||
let(:identity) { build(:identity) }
|
||||
|
||||
it "should be valid" do
|
||||
expect(identity).to be_valid
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user