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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ describe "brew ruby", :integration_test do
end end
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 let!(:target) do
target_path = setup_test_formula "testball" target_path = setup_test_formula "testball"
{ path: target_path } { path: target_path }