debian-mirror-gitlab/features/support/gitaly.rb

4 lines
114 B
Ruby
Raw Normal View History

2018-03-17 18:26:18 +05:30
Spinach.hooks.before_scenario do
allow(Gitlab::GitalyClient).to receive(:feature_enabled?).and_return(true)
end