Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitaly.rb « support « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3cd5f4ce497859b27ab93ebdf1343bf5dee0a760 (plain)
1
2
3
Spinach.hooks.before_scenario do
  allow(Gitlab::GitalyClient).to receive(:feature_enabled?).and_return(true)
end