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

8 lines
190 B
Ruby
Raw Normal View History

2017-08-17 22:00:37 +05:30
if Gitlab::GitalyClient.enabled?
RSpec.configure do |config|
config.before(:each) do
allow(Gitlab::GitalyClient).to receive(:feature_enabled?).and_return(true)
end
end
end