]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/site_controller_test.rb
Fix rubocop warnings
[rails.git] / test / controllers / site_controller_test.rb
index 6c66358a0569d3455161dc1471cad496c1e65f2a..7935b4b2aed4f078de439a8038c4f12e6f99f50b 100644 (file)
@@ -292,7 +292,7 @@ class SiteControllerTest < ActionController::TestCase
   # Test editing a specific note
   def test_edit_with_note
     user = users(:public_user)
-    note  = notes(:open_note)
+    note = notes(:open_note)
 
     get :edit, { :note => note.id }, { :user => user.id }
     assert_response :success