diff options
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/stubbed_repository.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/stubbed_repository.rb b/spec/support/stubbed_repository.rb index 347989634c0..106cfa6d55f 100644 --- a/spec/support/stubbed_repository.rb +++ b/spec/support/stubbed_repository.rb @@ -34,7 +34,7 @@ class Project end class MergeRequest - def can_be_merged + def check_if_can_be_merged true end end |
