class ResqueAdmin::TestHelper::Test::Unit::TestCase

Public Class Methods

should_respond_with_success() click to toggle source
# File lib/resque_admin/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

Public Instance Methods

app() click to toggle source
# File lib/resque_admin/server/test_helper.rb, line 8
def app
  ResqueAdmin::Server.new
end