gitaly.rb 190 Bytes EditWeb IDE 1 2 3 4 5 6 7 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