 6f99704a64
			
		
	
	
		6f99704a64
		
			
		
	
	
	
	
		
			
			Import these from the homebrew/formula-analytics tap and deprecate that tap. This required a little messing around with filenames and paths to get it finding Python and writing to the user's home directory.
		
			
				
	
	
		
			9 lines
		
	
	
		
			215 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			215 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # frozen_string_literal: true
 | |
| 
 | |
| require "cmd/shared_examples/args_parse"
 | |
| require "dev-cmd/generate-analytics-api"
 | |
| 
 | |
| RSpec.describe Homebrew::DevCmd::GenerateAnalyticsApi do
 | |
|   it_behaves_like "parseable arguments"
 | |
| end
 |