BigW Consortium Gitlab

gitaly.rb 201 Bytes
Newer Older
1 2 3 4
RSpec.configure do |config|
  config.before(:each) do |example|
    next if example.metadata[:skip_gitaly_mock]
    allow(Gitlab::GitalyClient).to receive(:feature_enabled?).and_return(true)
5 6
  end
end