mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix Style/TrailingBlankLines
This commit is contained in:
parent
102c43f861
commit
06621f2ea7
4 changed files with 0 additions and 5 deletions
|
@ -9,4 +9,3 @@ end
|
||||||
When(/^I run "(.*?)"$/) do |command|
|
When(/^I run "(.*?)"$/) do |command|
|
||||||
@success, @output = TestApp.run(command)
|
@success, @output = TestApp.run(command)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
dotfile = Pathname.new(File.join(Dir.home, ".capfile"))
|
dotfile = Pathname.new(File.join(Dir.home, ".capfile"))
|
||||||
load dotfile if dotfile.file?
|
load dotfile if dotfile.file?
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,3 @@ require "support/test_app"
|
||||||
require "support/matchers"
|
require "support/matchers"
|
||||||
|
|
||||||
include TestApp
|
include TestApp
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -101,4 +101,3 @@ module Capistrano
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue