Skip to content

Commit

Permalink
Use concise test output
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 8, 2024
1 parent aee29ac commit edfe13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = %w(--color --format documentation)
t.rspec_opts = %w(--color)
t.verbose = false
end

namespace :spec do
Expand All @@ -41,7 +42,6 @@ end
Rake::TestTask.new do |t|
t.libs = %w(lib test)
t.pattern = 'test/**/*_test.rb'
t.options = '--documentation'
t.warning = false
end

Expand Down

0 comments on commit edfe13b

Please sign in to comment.