Skip to content

Commit

Permalink
Is refute_match better?
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Dec 27, 2023
1 parent 3195564 commit 909e8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/amber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ def install
# Checking individual lines to be ordering agnostic
assert_match %r{^\./file1:bar$}, output
assert_match %r{^\./file2:bar$}, output
assert_no_match %r{^\./file3:}, output
refute_match %r{^\./file3:}, output
end
end

0 comments on commit 909e8bb

Please sign in to comment.