We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047f484 commit 8b3b089Copy full SHA for 8b3b089
Bourreau/spec/boutiques/boutiques_tester_spec.rb
@@ -185,7 +185,7 @@
185
# It properly escapes environment variables
186
# Note that we only have to worry about inappropriate values that are still valid JSON
187
it "escapes environment variables" do
188
- expect( @task.cluster_commands[1] ).to eq("export ev2='ta- 9\"'\\''_%^&$@]['")
+ expect( @task.cluster_commands[1] ).to eq("export ev2='ta- 9\"\\'\\''_%^&$@]['")
189
end
190
191
0 commit comments