Merge "Fix the Rubocop offense EmptyLines"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 20 Feb 2015 12:04:39 +0000 (12:04 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 20 Feb 2015 12:04:39 +0000 (12:04 +0000)
.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