add :needs_linux to brew ruby test

This commit is contained in:
Steve Peters
2020-12-03 22:27:02 -08:00
committed by GitHub
parent a29737ac6d
commit 7455d53f88
+1 -1
View File
@@ -16,7 +16,7 @@ describe "brew ruby", :integration_test do
end
end
describe "brew ruby -e 'puts \"testball\".f.path'", :integration_test do
describe "brew ruby -e 'puts \"testball\".f.path'", :integration_test, :needs_linux do
let!(:target) do
target_path = setup_test_formula "testball"
{ path: target_path }