Rakefile in rake_easy_rsa-0.12.0.pre.3 vs Rakefile in rake_easy_rsa-0.12.0.pre.4

- 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