brew/Library/Homebrew/test/dev-cmd/update-python-resources_spec.rb
2024-03-22 09:33:28 -07:00

9 lines
217 B
Ruby

# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
require "dev-cmd/update-python-resources"
RSpec.describe Homebrew::DevCmd::UpdatePythonResources do
it_behaves_like "parseable arguments"
end