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 -