mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Add newlines to the end of all files.
git ls-files | xargs sed -i '' -e '$a\'
This commit is contained in:
parent
d547bbe569
commit
d8325fbb10
13 changed files with 13 additions and 13 deletions
|
@ -42,4 +42,4 @@ module Capistrano
|
|||
super && (task.nil? || task.fully_qualified_name != source.to_s)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -41,4 +41,4 @@ module Capistrano
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -16,4 +16,4 @@ module Capistrano
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -16,4 +16,4 @@ module Capistrano
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -34,4 +34,4 @@ DESC
|
|||
task :shell do
|
||||
require 'capistrano/shell'
|
||||
Capistrano::Shell.run(self)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -53,4 +53,4 @@ module Capistrano
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -25,4 +25,4 @@ class CLIUITest < Test::Unit::TestCase
|
|||
MockCLI.expects(:ui).returns(ui)
|
||||
assert_equal "sayuncle", MockCLI.password_prompt("Give the passphrase: ")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -172,4 +172,4 @@ class ConfigurationExecutionTest < Test::Unit::TestCase
|
|||
block ||= stack_inspector
|
||||
namespace.tasks[name] = Capistrano::TaskDefinition.new(name, namespace, &block)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -187,4 +187,4 @@ class ConfigurationVariablesTest < Test::Unit::TestCase
|
|||
assert_nil @config[:sample]
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -20,4 +20,4 @@ class DeploySCMPerforceTest < Test::Unit::TestCase
|
|||
assert_equal "@some_p4_label", @source.send(:rev_no, 'foo')
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
@ -66,4 +66,4 @@ class ExtensionsTest < Test::Unit::TestCase
|
|||
@config.expects(:run).with("hello")
|
||||
@config.custom_stuff.do_something("hello")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -22,4 +22,4 @@ class RecipesTest < Test::Unit::TestCase
|
|||
@config.dry_run_test
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -165,4 +165,4 @@ class TransferTest < Test::Unit::TestCase
|
|||
end
|
||||
session
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue