Rakefile in active_model-jobs-0.1.1 vs Rakefile in active_model-jobs-0.2.0

- old
+ new

@@ -6,11 +6,12 @@ RSpec::Core::RakeTask.new :spec RuboCop::RakeTask.new :lint -YARD::Rake::YardocTask.new :docs +YARD::Rake::YardocTask.new :doc desc "Run all RuboCop lint checks and RSpec code examples" task test: %w(lint spec) -task default: %i(test build docs release) +# CI task. +task default: :test