diff --git a/test/controllers/locations_controller_test.rb b/test/controllers/locations_controller_test.rb index 629f3632..0020797b 100644 --- a/test/controllers/locations_controller_test.rb +++ b/test/controllers/locations_controller_test.rb @@ -72,7 +72,7 @@ class LocationsControllerTest < ActionController::TestCase end end - test "should reject images with an empty type" do + test "should reject images with an empty type" do assert_no_difference('Location.count') do map = fixture_file_upload('mordor_map.jpg', '') post :create, location: { name: 'Mordor', map: map, universe: @universe, user: @user }