Skip to content

Commit

Permalink
regex
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed May 3, 2024
1 parent 3ad5f34 commit 4d53409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cli_spec.rb
Expand Up @@ -53,7 +53,7 @@ def cli_test(argv, env, exit_val, stderr_regex, stdout_regex)
it "prints the command on stdout when using --dry-run" do
argv = %w[--debug --dry-run https://github.com/copiousfreetime/launchy]
Launchy::Cli.new.good_run(argv, {})
_($stdout.string).must_match %r{github.com}
_($stdout.string).must_match(/github.com/)
end

{
Expand Down

0 comments on commit 4d53409

Please sign in to comment.