mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Subversion module recognizes the password prompt for HTTP authentication
git-svn-id: http://svn.rubyonrails.org/rails/trunk/switchtower@1997 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
a13c2cc2a3
commit
13e3179a02
4 changed files with 126 additions and 6 deletions
2
Rakefile
2
Rakefile
|
|
@ -15,7 +15,7 @@ desc "Build documentation"
|
|||
task :doc => [ :rdoc ]
|
||||
|
||||
Rake::TestTask.new do |t|
|
||||
t.test_files = Dir["test/*_test.rb"]
|
||||
t.test_files = Dir["test/**/*_test.rb"]
|
||||
t.verbose = true
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue