brew/Library/Homebrew/test/lib/integration_mocks.rb

10 lines
188 B
Ruby
Raw Normal View History

module Homebrew
module Diagnostic
class Checks
def check_integration_test
"This is an integration test" if ENV["HOMEBREW_INTEGRATION_TEST"]
end
end
end
end