From ef3eaa87fc5545bdeb10ee6a6d202ec7e2b61638 Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Tue, 24 Mar 2015 09:38:34 -0500 Subject: [PATCH] Fix whitespace --- test/controllers/locations_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }