Fix whitespace

This commit is contained in:
Robert Richter 2015-03-24 09:38:34 -05:00
parent d855302cc8
commit ef3eaa87fc

View File

@ -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 }