Rakefile in shivers-0.6.0.pre.8 vs Rakefile in shivers-0.6.0.pre.9

- old
+ new

@@ -50,10 +50,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:autocorrect'] + task fix: [:'rubocop:autocorrect_all'] end namespace :test do RSpec::Core::RakeTask.new(:unit) end