From c8401b8243ee5fba55cc9ca507dd57347c3480aa Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Tue, 5 Jan 2016 15:45:45 +0100 Subject: a few more integration tests Closes Homebrew/homebrew#47714. Signed-off-by: Baptiste Fontaine --- Library/Homebrew/test/lib/integration_mocks.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Library/Homebrew/test/lib/integration_mocks.rb (limited to 'Library/Homebrew/test/lib') diff --git a/Library/Homebrew/test/lib/integration_mocks.rb b/Library/Homebrew/test/lib/integration_mocks.rb new file mode 100644 index 000000000..322163a8e --- /dev/null +++ b/Library/Homebrew/test/lib/integration_mocks.rb @@ -0,0 +1,9 @@ +module Homebrew + module Diagnostic + class Checks + def check_integration_test + "This is an integration test" if ENV["HOMEBREW_INTEGRATION_TEST"] + end + end + end +end -- cgit v1.2.3