summaryrefslogtreecommitdiff
path: root/spec/support/integration_test_helper.rb
blob: 70337997f18c6c521a4dff22e86831e069936e0b (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module IntegrationTestHelper
  def runner(*args)
    @runner ||= ProjectHelper.new(*args)
  end
end