summaryrefslogtreecommitdiff
path: root/spec/models
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-20 23:18:44 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-20 23:18:44 +0200
commit4d846c09b1982016356256afeb40dd252215429b (patch)
tree5d4dfa07649d157cb9d294cb05e144834f699032 /spec/models
parent942c41011954e6b43ebc74340c668aa616e98e5b (diff)
downloadgitlab-ce-4d846c09b1982016356256afeb40dd252215429b.tar.gz
Fixed spec
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/project_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 4f7afd9dd25..5bcab924496 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -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