dev-cmd: add a basic verify test
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
b35cb75e53
commit
27be7b50a1
8
Library/Homebrew/test/dev-cmd/verify_spec.rb
Normal file
8
Library/Homebrew/test/dev-cmd/verify_spec.rb
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require "cmd/shared_examples/args_parse"
|
||||||
|
require "dev-cmd/verify"
|
||||||
|
|
||||||
|
RSpec.describe Homebrew::DevCmd::Verify do
|
||||||
|
it_behaves_like "parseable arguments"
|
||||||
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user