mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

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
|