From 06621f2ea78659d048cf26ce0f7fc76372791c15 Mon Sep 17 00:00:00 2001 From: William Johnston Date: Sun, 28 Feb 2016 17:28:59 -0600 Subject: [PATCH] Fix Style/TrailingBlankLines --- features/step_definitions/cap_commands.rb | 1 - lib/capistrano/dotfile.rb | 1 - spec/integration_spec_helper.rb | 2 -- spec/lib/capistrano/scm_spec.rb | 1 - 4 files changed, 5 deletions(-) diff --git a/features/step_definitions/cap_commands.rb b/features/step_definitions/cap_commands.rb index 2d6f30c9..10c93f55 100644 --- a/features/step_definitions/cap_commands.rb +++ b/features/step_definitions/cap_commands.rb @@ -9,4 +9,3 @@ end When(/^I run "(.*?)"$/) do |command| @success, @output = TestApp.run(command) end - diff --git a/lib/capistrano/dotfile.rb b/lib/capistrano/dotfile.rb index ff23df7d..dab8e187 100644 --- a/lib/capistrano/dotfile.rb +++ b/lib/capistrano/dotfile.rb @@ -1,3 +1,2 @@ dotfile = Pathname.new(File.join(Dir.home, ".capfile")) load dotfile if dotfile.file? - diff --git a/spec/integration_spec_helper.rb b/spec/integration_spec_helper.rb index 629568f9..180713d8 100644 --- a/spec/integration_spec_helper.rb +++ b/spec/integration_spec_helper.rb @@ -3,5 +3,3 @@ require "support/test_app" require "support/matchers" include TestApp - - diff --git a/spec/lib/capistrano/scm_spec.rb b/spec/lib/capistrano/scm_spec.rb index 8aad0cf9..936ff132 100644 --- a/spec/lib/capistrano/scm_spec.rb +++ b/spec/lib/capistrano/scm_spec.rb @@ -101,4 +101,3 @@ module Capistrano end end end -