Skip to content

Commit 0e1e20e

Browse files
committed
fix integration spec to generate before testing
1 parent 769e172 commit 0e1e20e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/bashly/integration/bash_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
command = "docker run --rm -v $PWD:/app bash:3 bash /app/download"
99

1010
Dir.chdir "examples/minimal" do
11+
system "bashly generate 2>&1 >/dev/null"
1112
expect(`#{command} 2>&1`).to match_approval('bash/error')
1213
end
1314
end

0 commit comments

Comments
 (0)