debian-mirror-gitlab/spec/support/let_it_be.rb

10 lines
230 B
Ruby
Raw Normal View History

2020-06-23 00:09:42 +05:30
# 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