require "test_helper" class AdminControllerTest < ActionController::TestCase test "should get status" do get :status assert_response :redirect end end