Add more coverage for model validations and associations
This commit is contained in:
parent
2bdea8651f
commit
97423a0bed
12 changed files with 96 additions and 50 deletions
|
@ -3,6 +3,8 @@ require 'spec_helper'
|
|||
describe Note do
|
||||
describe "Associations" do
|
||||
it { should belong_to(:project) }
|
||||
it { should belong_to(:noteable) }
|
||||
it { should belong_to(:author).class_name('User') }
|
||||
end
|
||||
|
||||
describe "Validation" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue