Skip to content

Commit

Permalink
Fix Yardstick failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 2, 2014
1 parent 2a3e96b commit 30d5dec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ end

require 'yardstick/rake/verify'
Yardstick::Rake::Verify.new do |verify|
verify.threshold = 60.0
verify.require_exact_threshold = false
verify.threshold = 60
end

task default: [:spec, :rubocop, :verify_measurements]

0 comments on commit 30d5dec

Please sign in to comment.