Skip to content

Commit d98d749

Browse files
committed
update specs for rspec_fixturexs 0.7
1 parent 865c337 commit d98d749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/bashly/commands/preview_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
end
1919

2020
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)
21+
expect { subject.run %w[preview] }.to output_fixture('cli/preview/no-args')
22+
.except(/env bash\n.*\nrun "\$@"/m, "env bash\n...\nrun \"\$@\"")
2223
end
2324
end
2425

0 commit comments

Comments
 (0)