Rakefile in cryptor-0.0.0 vs Rakefile in cryptor-0.0.1
- old
+ new
@@ -1,5 +1,5 @@
require 'bundler/gem_tasks'
Dir[File.expand_path('../tasks/**/*.rake', __FILE__)].each { |task| load task }
-task default: :rubocop
+task default: %w(spec rubocop)