gitlab-org--gitlab-foss/features/support/gitaly.rb
2017-09-05 16:37:09 -03:00

3 lines
114 B
Ruby

Spinach.hooks.before_scenario do
allow(Gitlab::GitalyClient).to receive(:feature_enabled?).and_return(true)
end