Add comment about :needs_linux

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Steve Peters 2020-12-04 09:10:58 -08:00 committed by GitHub
parent 7455d53f88
commit f4e42191d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"