We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1075050 commit bc47918Copy full SHA for bc47918
Rakefile
@@ -6,6 +6,7 @@ require "rspec/core/rake_task"
6
7
RSpec::Core::RakeTask.new("test") do |t|
8
t.ruby_opts = "-w"
9
+ t.rspec_opts = "--format=documentation" if ENV["CI"]
10
end
11
12
task default: :test
0 commit comments