diff --git a/tasks/test.rake b/tasks/test.rake index 673d7707a..d310b5ea5 100644 --- a/tasks/test.rake +++ b/tasks/test.rake @@ -4,8 +4,8 @@ require 'rspec/core/rake_task' namespace :test do Rake::TestTask.new do |t| t.name = "unit" - t.libs << "test/unit" - t.pattern = "test/unit/**/*_test.rb" + t.libs << "test/unit_legacy" + t.pattern = "test/unit_legacy/**/*_test.rb" end RSpec::Core::RakeTask.new do |t|