Rakefile in rake_circle_ci-0.10.0.pre.9 vs Rakefile in rake_circle_ci-0.10.0.pre.10

- old
+ new

@@ -49,10 +49,10 @@ namespace :library do desc 'Run all checks of the library' task check: [:rubocop] desc 'Attempt to automatically fix issues with the library' - task fix: [:'rubocop:auto_correct'] + task fix: [:'rubocop:autocorrect_all'] end namespace :test do RSpec::Core::RakeTask.new(:unit) end