Skip to content

Commit

Permalink
use rspec format documentation for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jan 8, 2025
1 parent 156b020 commit 8004419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require "rspec/core/rake_task"

RSpec::Core::RakeTask.new("test") do |t|
t.ruby_opts = "-w"
t.rspec_opts = "--format=documentation" if ENV["CI"]
end

task default: :test
Expand Down

0 comments on commit 8004419

Please sign in to comment.