We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beac918 commit 82c5132Copy full SHA for 82c5132
Rakefile
@@ -4,6 +4,7 @@ require 'rake/testtask'
4
Rake::TestTask.new do |t|
5
t.name = 'spec'
6
t.pattern = 'spec/**/*_spec.rb'
7
+ t.warning = true
8
end
9
10
task default: :spec
0 commit comments