Rakefile in rake_fly-2.12.0.pre.1 vs Rakefile in rake_fly-2.12.0.pre.2
- 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