Apply Style/MethodDefParentheses rubocop rule
This is an obvious one, but there was one place where we weren't following it.
This commit is contained in:
@@ -388,6 +388,9 @@ Style/HashSyntax:
|
|||||||
Style/IdenticalConditionalBranches:
|
Style/IdenticalConditionalBranches:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Style/MethodDefParentheses:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
Style/Not:
|
Style/Not:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ describe "Admin collaborative legislation" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
scenario "Create a legislation process with an image", :js do
|
scenario "Create a legislation process with an image", :js do
|
||||||
visit new_admin_legislation_process_path()
|
visit new_admin_legislation_process_path
|
||||||
fill_in "Process Title", with: "An example legislation process"
|
fill_in "Process Title", with: "An example legislation process"
|
||||||
fill_in "Summary", with: "Summary of the process"
|
fill_in "Summary", with: "Summary of the process"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user