diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-08-03 19:59:55 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-03 19:59:55 +0300 |
commit | 9844ddd43f20e84754759688fea39e1a0241bb06 (patch) | |
tree | d9b2f3a1a99424f88498caa4a640960f180686c0 /spec/monkeypatch.rb | |
parent | 1281c122c7a4edf2873aad13c22ea09ce6dc57c3 (diff) | |
download | gitlab-ce-9844ddd43f20e84754759688fea39e1a0241bb06.tar.gz |
Comments cucumber. More refactoring. Cucumber -> branches, tags
Diffstat (limited to 'spec/monkeypatch.rb')
-rw-r--r-- | spec/monkeypatch.rb | 6 |
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 |