1
0
mirror of https://github.com/hashicorp/vagrant.git synced 2026-02-05 06:46:21 +01:00

Use color

This commit is contained in:
Seth Vargo
2015-07-09 17:24:29 -06:00
parent b191c302f1
commit 5323a51126

View File

@@ -4,11 +4,6 @@ require 'rspec/core/rake_task'
namespace :test do
RSpec::Core::RakeTask.new(:unit) do |t|
t.pattern = "test/unit/**/*_test.rb"
end
Rake::TestTask.new do |t|
t.name = "unit_old"
t.libs << "test/unit_legacy"
t.pattern = "test/unit_legacy/**/*_test.rb"
t.rspec_opts = "--color"
end
end