Skip to content

Commit

Permalink
Fix spec output on CI
Browse files Browse the repository at this point in the history
Do not use `doc` format to prevent log pollution
  • Loading branch information
tagliala committed Mar 29, 2024
1 parent 19641c4 commit 7762b11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ require 'bundler/gem_tasks'

# RSpec
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |spec|
spec.rspec_opts = '-f doc'
end
RSpec::Core::RakeTask.new(:spec)
task default: ['testapp:create', :spec]

# Create a test Rails app in tmp/railsapp for testing the rake
Expand Down

0 comments on commit 7762b11

Please sign in to comment.