Enable all gitaly features in spinach tests

This commit is contained in:
Alejandro Rodríguez 2017-09-04 19:12:47 -03:00
parent 063e285e6a
commit 9ccc516ade
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Spinach.hooks.before_scenario do
allow(Gitlab::GitalyClient).to receive(:feature_enabled?).and_return(true)
end