# File lib/resque/server/test_helper.rb, line 8 def app Resque::Server.new end
# File lib/resque/server/test_helper.rb, line 12 def self.should_respond_with_success test "should respond with success" do assert last_response.ok?, last_response.errors end end