Skip to content

Commit bc47918

Browse files
authored
use rspec format documentation for CI (#289)
1 parent 1075050 commit bc47918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require "rspec/core/rake_task"
66

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

1112
task default: :test

0 commit comments

Comments
 (0)