aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/Rakefile')
-rw-r--r--actionwebservice/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionwebservice/Rakefile b/actionwebservice/Rakefile
index 57940f6b9f..65026cdaef 100644
--- a/actionwebservice/Rakefile
+++ b/actionwebservice/Rakefile
@@ -25,7 +25,7 @@ task :default => [ :test ]
# Run the unit tests
Rake::TestTask.new { |t|
t.libs << "test"
- t.test_files = Dir['test/*_test.rb'] + Dir['test/ws/*_test.rb']
+ t.test_files = Dir['test/*_test.rb']
t.verbose = true
}