1
0
Fork 0
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:
Lee Hambley 2013-04-02 20:26:02 +02:00
parent d547bbe569
commit d8325fbb10
13 changed files with 13 additions and 13 deletions

View file

@ -42,4 +42,4 @@ module Capistrano
super && (task.nil? || task.fully_qualified_name != source.to_s)
end
end
end
end

View file

@ -41,4 +41,4 @@ module Capistrano
end
end
end
end
end

View file

@ -16,4 +16,4 @@ module Capistrano
end
end
end
end
end

View file

@ -16,4 +16,4 @@ module Capistrano
end
end
end
end
end

View file

@ -34,4 +34,4 @@ DESC
task :shell do
require 'capistrano/shell'
Capistrano::Shell.run(self)
end
end

View file

@ -53,4 +53,4 @@ module Capistrano
end
end
end
end
end

View file

@ -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

View file

@ -172,4 +172,4 @@ class ConfigurationExecutionTest < Test::Unit::TestCase
block ||= stack_inspector
namespace.tasks[name] = Capistrano::TaskDefinition.new(name, namespace, &block)
end
end
end

View file

@ -187,4 +187,4 @@ class ConfigurationVariablesTest < Test::Unit::TestCase
assert_nil @config[:sample]
end
end
end
end

View file

@ -20,4 +20,4 @@ class DeploySCMPerforceTest < Test::Unit::TestCase
assert_equal "@some_p4_label", @source.send(:rev_no, 'foo')
end
end
end

View file

@ -66,4 +66,4 @@ class ExtensionsTest < Test::Unit::TestCase
@config.expects(:run).with("hello")
@config.custom_stuff.do_something("hello")
end
end
end

View file

@ -22,4 +22,4 @@ class RecipesTest < Test::Unit::TestCase
@config.dry_run_test
end
end
end
end

View file

@ -165,4 +165,4 @@ class TransferTest < Test::Unit::TestCase
end
session
end
end
end