Update test output to only show progress
This commit is contained in:
parent
7824c2dad2
commit
2170136c37
@ -4,6 +4,5 @@ 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"
|
||||||
t.rspec_opts = "--color --format documentation"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -41,7 +41,7 @@ VAGRANT_TEST_CWD = Dir.mktmpdir("vagrant-test-cwd")
|
|||||||
|
|
||||||
# Configure RSpec
|
# Configure RSpec
|
||||||
RSpec.configure do |c|
|
RSpec.configure do |c|
|
||||||
#c.formatter = :progress
|
c.formatter = :progress
|
||||||
c.color_mode = :on
|
c.color_mode = :on
|
||||||
|
|
||||||
if Vagrant::Util::Platform.windows?
|
if Vagrant::Util::Platform.windows?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user