1
0
Fork 0
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:
Jamis Buck 2005-08-12 21:40:38 +00:00
parent a13c2cc2a3
commit 13e3179a02
4 changed files with 126 additions and 6 deletions

View file

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