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 4fa8126 commit 4a0cb21Copy full SHA for 4a0cb21
Rakefile
@@ -5,7 +5,6 @@ require "bundler/gem_tasks"
5
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
0 commit comments