Skip to content

Commit 7b8d09c

Browse files
committed
Run specs with warnings on.
1 parent 256cbc2 commit 7b8d09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include Rake::DSL if defined?(::Rake::DSL)
99

1010
require 'rspec/core/rake_task'
1111
RSpec::Core::RakeTask.new(:spec) do |spec|
12-
spec.ruby_opts = "-I lib:spec"
12+
spec.ruby_opts = "-I lib:spec -w"
1313
spec.pattern = 'spec/**/*_spec.rb'
1414
end
1515

0 commit comments

Comments
 (0)