Enable all gitaly features in spinach tests
This commit is contained in:
parent
063e285e6a
commit
9ccc516ade
1 changed files with 3 additions and 0 deletions
3
features/support/gitaly.rb
Normal file
3
features/support/gitaly.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
Spinach.hooks.before_scenario do
|
||||
allow(Gitlab::GitalyClient).to receive(:feature_enabled?).and_return(true)
|
||||
end
|
Loading…
Reference in a new issue