tests fix
This commit is contained in:
parent
df7c52489a
commit
a4cd738686
7 changed files with 10 additions and 10 deletions
|
@ -20,5 +20,5 @@ describe Group do
|
|||
it { should validate_uniqueness_of(:name) }
|
||||
it { should validate_presence_of :code }
|
||||
it { should validate_uniqueness_of(:code) }
|
||||
it { should validate_presence_of :owner_id }
|
||||
it { should validate_presence_of :owner }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue