brew/Library/Homebrew/test/dev-cmd/determine-test-runners_spec.rb
Carlo Cabrera ae63b23472
determine-test-runners: add a test
I'll add more substantial tests shortly, but let's start with this one.
2023-04-03 22:42:00 +08:00

9 lines
174 B
Ruby

# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
describe "brew determine-test-runners" do
it_behaves_like "parseable arguments"
end