From e0a7120f69087f432e798a364dad39ec157c7d45 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Wed, 18 Feb 2015 02:24:28 +0200 Subject: [PATCH] Fix the Rubocop offense EmptyLines Change-Id: Ib05319b6af0b85df0966ae660ad01fc440361368 --- .rubocop_todo.yml | 5 ----- .../step_definitions/create_and_follow_wiki_link_steps.rb | 1 - 2 files changed, 6 deletions(-) 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 -- 2.20.1