summaryrefslogtreecommitdiff
path: root/spec/monkeypatch.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-08-03 19:59:55 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-03 19:59:55 +0300
commit9844ddd43f20e84754759688fea39e1a0241bb06 (patch)
treed9b2f3a1a99424f88498caa4a640960f180686c0 /spec/monkeypatch.rb
parent1281c122c7a4edf2873aad13c22ea09ce6dc57c3 (diff)
downloadgitlab-ce-9844ddd43f20e84754759688fea39e1a0241bb06.tar.gz
Comments cucumber. More refactoring. Cucumber -> branches, tags
Diffstat (limited to 'spec/monkeypatch.rb')
-rw-r--r--spec/monkeypatch.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/monkeypatch.rb b/spec/monkeypatch.rb
index 6133631c5de..93dda0174c6 100644
--- a/spec/monkeypatch.rb
+++ b/spec/monkeypatch.rb
@@ -44,4 +44,8 @@ class FakeSatellite
end
end
-
+class ProtectedBranch
+ def update_repository
+ true
+ end
+end