Rakefile in rspec-terraform-0.1.0.pre.8 vs Rakefile in rspec-terraform-0.1.0.pre.9

- old
+ new

@@ -64,10 +64,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