From 428048980eec60b81274de3c78c22983aef60aa6 Mon Sep 17 00:00:00 2001 From: "M. Simon Borg" Date: Sat, 5 Aug 2017 19:18:18 -0400 Subject: [PATCH] remove yard from default rake task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 8841d14..e0e0d69 100644 --- a/Rakefile +++ b/Rakefile @@ -22,4 +22,4 @@ Yardstick::Rake::Verify.new do |verify| verify.require_exact_threshold = false end -task default: [:spec, :rubocop, :verify_measurements] +task default: [:spec, :rubocop]