test: sort metadata alphabetically

This commit is contained in:
Bo Anderson 2022-11-05 16:51:33 +00:00
parent 70588be106
commit e7b47bc34e
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
2 changed files with 3 additions and 3 deletions

View File

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

View File

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