Add and apply Lint/EmptyBlock rubocop rule

It was introduced in Rubocop 1.1.0.
This commit is contained in:
Javi Martín
2021-08-11 15:34:33 +02:00
parent adba81ea89
commit 9b61945ee4
5 changed files with 7 additions and 8 deletions

View File

@@ -91,8 +91,7 @@ FactoryBot.define do
end
end
factory :widget_feed, class: "Widget::Feed" do
end
factory :widget_feed, class: "Widget::Feed"
factory :i18n_content, class: "I18nContent" do
key { "debates.index.section_footer.description" }