test: sort metadata alphabetically
This commit is contained in:
		
							parent
							
								
									70588be106
								
							
						
					
					
						commit
						e7b47bc34e
					
				@ -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"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user