X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c8fc2218e5e342ad7afc9409974fd48a733ba94b..39b0d27bae7791b37498cfd4fa99a686a3bca525:/test/controllers/changesets_controller_test.rb diff --git a/test/controllers/changesets_controller_test.rb b/test/controllers/changesets_controller_test.rb index 79fd7a571..d9a4b256b 100644 --- a/test/controllers/changesets_controller_test.rb +++ b/test/controllers/changesets_controller_test.rb @@ -332,7 +332,7 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest assert_select "> entry > content > xhtml|div > xhtml|table" do assert_select "> xhtml|tr > xhtml|td > xhtml|table" do - changeset.tags.each do |key, _| + changeset.tags.each_key do |key| assert_select "> xhtml|tr > xhtml|td", :text => /^#{key} = / end end