[add] initial commit
This commit is contained in:
7
spec/models/client_spec.rb
Normal file
7
spec/models/client_spec.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Client, type: :model do
|
||||
it { should validate_presence_of(:name) }
|
||||
it { should validate_presence_of(:name_id) }
|
||||
it { should validate_presence_of(:api_key_hash) }
|
||||
end
|
||||
Reference in New Issue
Block a user