1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix Style/TrailingBlankLines

This commit is contained in:
William Johnston 2016-02-28 17:28:59 -06:00
parent 102c43f861
commit 06621f2ea7
4 changed files with 0 additions and 5 deletions

View file

@ -9,4 +9,3 @@ end
When(/^I run "(.*?)"$/) do |command|
@success, @output = TestApp.run(command)
end

View file

@ -1,3 +1,2 @@
dotfile = Pathname.new(File.join(Dir.home, ".capfile"))
load dotfile if dotfile.file?

View file

@ -3,5 +3,3 @@ require "support/test_app"
require "support/matchers"
include TestApp

View file

@ -101,4 +101,3 @@ module Capistrano
end
end
end