We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865c337 commit d98d749Copy full SHA for d98d749
spec/bashly/commands/preview_spec.rb
@@ -18,7 +18,8 @@
18
end
19
20
it "prints the generated cli script" do
21
- expect { subject.run %w[preview] }.to output_fixture('cli/preview/no-args').except(/env bash\n(.*)\nrun "\$@"/m)
+ expect { subject.run %w[preview] }.to output_fixture('cli/preview/no-args')
22
+ .except(/env bash\n.*\nrun "\$@"/m, "env bash\n...\nrun \"\$@\"")
23
24
25
0 commit comments