[add] initial commit

This commit is contained in:
2021-02-24 03:22:52 -05:00
commit c8c91b21d9
57 changed files with 2707 additions and 0 deletions

View 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