brew/Library/Homebrew/test/dev-cmd/generate-analytics-api_spec.rb
Mike McQuaid 6f99704a64
Import brew formula-analytics and generate-analytics-api commands
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.
2025-02-07 20:05:05 +00:00

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