From f4e42191d069d053043446aafcb8899815a0a70b Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 4 Dec 2020 09:10:58 -0800 Subject: [PATCH] Add comment about :needs_linux Co-authored-by: Mike McQuaid --- Library/Homebrew/test/dev-cmd/ruby_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/test/dev-cmd/ruby_spec.rb b/Library/Homebrew/test/dev-cmd/ruby_spec.rb index ff96c16fad..bac9e7dc29 100644 --- a/Library/Homebrew/test/dev-cmd/ruby_spec.rb +++ b/Library/Homebrew/test/dev-cmd/ruby_spec.rb @@ -16,6 +16,7 @@ describe "brew ruby", :integration_test do end end +# Doesn't actually need Linux but only running there as integration tests are slow. describe "brew ruby -e 'puts \"testball\".f.path'", :integration_test, :needs_linux do let!(:target) do target_path = setup_test_formula "testball"