Skip to content

Commit

Permalink
Fix Regexp literal
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 10, 2024
1 parent 1806517 commit 88bbdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rake_functional.rb
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def test_comment_separated_from_task_by_blank_line_is_not_picked_up

rake "-T"

refute_match("t2", @out)
refute_match(/t2/, @out)
end

def test_comment_after_desc_is_ignored
Expand Down

0 comments on commit 88bbdd7

Please sign in to comment.