diff options
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 |
