Fixed spec

This commit is contained in:
Dmitriy Zaporozhets 2012-11-20 23:18:44 +02:00
parent 942c410119
commit 4d846c09b1
2 changed files with 2 additions and 3 deletions

View file

@ -37,7 +37,6 @@ describe Project do
it { should have_many(:hooks).dependent(:destroy) }
it { should have_many(:wikis).dependent(:destroy) }
it { should have_many(:protected_branches).dependent(:destroy) }
it { should have_many(:services).dependent(:destroy) }
end
describe "Mass assignment" do