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 7072bf8 commit 46ef6f1Copy full SHA for 46ef6f1
spec/spec_helper.rb
@@ -30,7 +30,7 @@
30
# Set up working directory for the specs
31
Settings.source_dir = 'spec/tmp/src'
32
Settings.target_dir = 'spec/tmp'
33
-Settings.strict = true # generate scripts with `set -euo pipefile`
+Settings.strict = true # generate scripts with `set -euo pipefail`
34
Settings.env = :development
35
reset_tmp_dir
36
0 commit comments