We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256cbc2 commit 7b8d09cCopy full SHA for 7b8d09c
Rakefile
@@ -9,7 +9,7 @@ include Rake::DSL if defined?(::Rake::DSL)
9
10
require 'rspec/core/rake_task'
11
RSpec::Core::RakeTask.new(:spec) do |spec|
12
- spec.ruby_opts = "-I lib:spec"
+ spec.ruby_opts = "-I lib:spec -w"
13
spec.pattern = 'spec/**/*_spec.rb'
14
end
15
0 commit comments