Fix the Rubocop offense EmptyLines
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Wed, 18 Feb 2015 00:24:28 +0000 (02:24 +0200)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Thu, 19 Feb 2015 14:58:50 +0000 (16:58 +0200)
Change-Id: Ib05319b6af0b85df0966ae660ad01fc440361368

.rubocop_todo.yml
tests/browser/features/step_definitions/create_and_follow_wiki_link_steps.rb

index ccd67a4..2869493 100644 (file)
@@ -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:
index f4e3eb1..368e6e6 100644 (file)
@@ -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