diff --git a/Library/Homebrew/test/dev-cmd/bump_spec.rb b/Library/Homebrew/test/dev-cmd/bump_spec.rb index 5bd5645f0e..bbe4a1997a 100644 --- a/Library/Homebrew/test/dev-cmd/bump_spec.rb +++ b/Library/Homebrew/test/dev-cmd/bump_spec.rb @@ -6,7 +6,7 @@ require "cmd/shared_examples/args_parse" describe "brew bump" do it_behaves_like "parseable arguments" - describe "formula", :integration_test, :needs_network, :needs_homebrew_curl do + describe "formula", :integration_test, :needs_homebrew_curl, :needs_network do it "returns data for single valid specified formula" do install_test_formula "testball" diff --git a/Library/Homebrew/test/utils/repology_spec.rb b/Library/Homebrew/test/utils/repology_spec.rb index 7610f0eb2f..c09a9ea894 100644 --- a/Library/Homebrew/test/utils/repology_spec.rb +++ b/Library/Homebrew/test/utils/repology_spec.rb @@ -4,7 +4,7 @@ require "utils/repology" describe Repology do - describe "single_package_query", :needs_network, :needs_homebrew_curl do + describe "single_package_query", :needs_homebrew_curl, :needs_network do it "returns nil for non-existent package" do response = described_class.single_package_query("invalidName", repository: "homebrew") @@ -19,7 +19,7 @@ describe Repology do end end - describe "parse_api_response", :needs_network, :needs_homebrew_curl do + describe "parse_api_response", :needs_homebrew_curl, :needs_network do it "returns a hash of data" do limit = 1 start_with = "x"