diff --git a/Rakefile b/Rakefile index 91ad35ad..6c990968 100644 --- a/Rakefile +++ b/Rakefile @@ -22,6 +22,7 @@ end require 'yardstick/rake/verify' Yardstick::Rake::Verify.new do |verify| + verify.require_exact_threshold = false verify.threshold = 57.1 end