Fix new rubocop warnings
This commit is contained in:
parent
fe16876beb
commit
0c2e471708
7 changed files with 34 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue