Skip to content

Commit b779ade

Browse files
committed
Switch lines to be able to see what's actially happening on stderr
1 parent e99809d commit b779ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/warbler/bundler_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ def bundle_install(*args)
222222
it "can run commands in the generated warfile" do
223223
jar.create('foo.war')
224224
stdin, stdout, stderr, wait_thr = Open3.popen3('java -jar foo.war -S rake test_task')
225-
expect(wait_thr.value.success?).to be(true)
226225
expect(stderr.readlines.join).to eq("")
226+
expect(wait_thr.value.success?).to be(true)
227227
expect(stdout.readlines.join).to eq("success\n")
228228
end
229229
end

0 commit comments

Comments
 (0)