diff options
Diffstat (limited to 'features/support/gitaly.rb')
-rw-r--r-- | features/support/gitaly.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/features/support/gitaly.rb b/features/support/gitaly.rb deleted file mode 100644 index 3cd5f4ce497..00000000000 --- a/features/support/gitaly.rb +++ /dev/null @@ -1,3 +0,0 @@ -Spinach.hooks.before_scenario do - allow(Gitlab::GitalyClient).to receive(:feature_enabled?).and_return(true) -end |