Remove unused block arguments

There are more cases where we have unused block arguments, but I'm only
changing the obvious ones.
This commit is contained in:
Javi Martín
2019-09-28 22:49:37 +02:00
parent 93a2ebd46f
commit 447c970eb3
3 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ FactoryBot.define do
header { true }
sequence(:button_text) { |n| "Button text #{n}" }
sequence(:button_url) { |n| "Button url #{n}" }
sequence(:alignment) { |n| "background" }
alignment { "background" }
end
after :create do |widget_card|