class UserControllerTest < ActionController::TestCase
api_fixtures
- fixtures :messages
##
# test all routes which lead to this controller
end
def test_api_details
+ create(:message, :read, :recipient => users(:normal_user))
+
# check that nothing is returned when not logged in
get :api_details
assert_response :unauthorized