mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Fix whitespace
This commit is contained in:
parent
d855302cc8
commit
ef3eaa87fc
@ -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 }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user