diff --git a/Rakefile b/Rakefile index 1442882..5a3db49 100644 --- a/Rakefile +++ b/Rakefile @@ -54,7 +54,7 @@ end begin require 'rubocop/rake_task' RuboCop::RakeTask.new(:rubocop) - task :default => [:rubocop, :spec] + task :default => [:spec] rescue LoadError task :default => [:spec] end