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 769e172 commit 0e1e20eCopy full SHA for 0e1e20e
spec/bashly/integration/bash_spec.rb
@@ -8,6 +8,7 @@
8
command = "docker run --rm -v $PWD:/app bash:3 bash /app/download"
9
10
Dir.chdir "examples/minimal" do
11
+ system "bashly generate 2>&1 >/dev/null"
12
expect(`#{command} 2>&1`).to match_approval('bash/error')
13
end
14
0 commit comments