Skip to content

Commit 40923a0

Browse files
gravisdefunkt
authored andcommitted
Display error if last_response is not ok
1 parent 55de1d7 commit 40923a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/server/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def app
1111

1212
def self.should_respond_with_success
1313
test "should respond with success" do
14-
assert last_response.ok?
14+
assert last_response.ok?, last_response.errors
1515
end
1616
end
1717
end

0 commit comments

Comments
 (0)