From 67f73c99dbd655c7ef6b71a0f0721902093ce855 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Fri, 12 Aug 2005 21:40:38 +0000 Subject: Subversion module recognizes the password prompt for HTTP authentication git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1997 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- switchtower/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'switchtower/Rakefile') diff --git a/switchtower/Rakefile b/switchtower/Rakefile index 2e99a99244..69ac03c9a0 100644 --- a/switchtower/Rakefile +++ b/switchtower/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 -- cgit v1.2.3