From: Amir E. Aharoni Date: Wed, 18 Feb 2015 00:24:28 +0000 (+0200) Subject: Fix the Rubocop offense EmptyLines X-Git-Tag: 1.31.0-rc.0~12344^2 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=e0a7120f69087f432e798a364dad39ec157c7d45;p=lhc%2Fweb%2Fwiklou.git Fix the Rubocop offense EmptyLines Change-Id: Ib05319b6af0b85df0966ae660ad01fc440361368 --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ccd67a4e84..2869493fe5 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -19,11 +19,6 @@ Metrics/LineLength: Style/Documentation: Enabled: false -# Offense count: 1 -# Cop supports --auto-correct. -Style/EmptyLines: - Enabled: false - # Offense count: 1 # Cop supports --auto-correct. Style/EmptyLinesAroundBody: diff --git a/tests/browser/features/step_definitions/create_and_follow_wiki_link_steps.rb b/tests/browser/features/step_definitions/create_and_follow_wiki_link_steps.rb index f4e3eb14e2..368e6e67d6 100644 --- a/tests/browser/features/step_definitions/create_and_follow_wiki_link_steps.rb +++ b/tests/browser/features/step_definitions/create_and_follow_wiki_link_steps.rb @@ -13,7 +13,6 @@ Given(/^I create page "(.*?)" with content "(.*?)"$/) do |page_title, page_conte on(APIPage).create page_title, page_content end - When(/^I click the Link Target link$/) do on(ZtargetPage).link_target_page_link end