Use color
This commit is contained in:
parent
b191c302f1
commit
5323a51126
|
@ -4,11 +4,6 @@ require 'rspec/core/rake_task'
|
||||||
namespace :test do
|
namespace :test do
|
||||||
RSpec::Core::RakeTask.new(:unit) do |t|
|
RSpec::Core::RakeTask.new(:unit) do |t|
|
||||||
t.pattern = "test/unit/**/*_test.rb"
|
t.pattern = "test/unit/**/*_test.rb"
|
||||||
end
|
t.rspec_opts = "--color"
|
||||||
|
|
||||||
Rake::TestTask.new do |t|
|
|
||||||
t.name = "unit_old"
|
|
||||||
t.libs << "test/unit_legacy"
|
|
||||||
t.pattern = "test/unit_legacy/**/*_test.rb"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue