Typo in realtion name fixed
This commit is contained in:
parent
0359f1d9ec
commit
03de5a5cee
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ describe Project do
|
|||
it { should have_many(:milestones).dependent(:destroy) }
|
||||
it { should have_many(:users_projects).dependent(:destroy) }
|
||||
it { should have_many(:notes).dependent(:destroy) }
|
||||
it { should have_many(:project_snippets).class_name('ProjectSnippet').dependent(:destroy) }
|
||||
it { should have_many(:snippets).class_name('ProjectSnippet').dependent(:destroy) }
|
||||
it { should have_many(:deploy_keys).dependent(:destroy) }
|
||||
it { should have_many(:hooks).dependent(:destroy) }
|
||||
it { should have_many(:wikis).dependent(:destroy) }
|
||||
|
|
Loading…
Reference in a new issue