summaryrefslogtreecommitdiff
path: root/spec/support/let_it_be.rb
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