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

let_it_be.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ade585faaec029b4f27833e8436b09ea34c60199 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

TestProf::LetItBe.configure do |config|
  config.alias_to :let_it_be_with_refind, refind: true
end

TestProf::LetItBe.configure do |config|
  config.alias_to :let_it_be_with_reload, reload: true
end