Rakefile in tax_generator-0.6.0 vs Rakefile in tax_generator-0.6.1

- old
+ new

@@ -21,7 +21,7 @@ desc 'Default: run the unit tests.' task default: [:all] desc 'Test the plugin under all supported Rails versions.' task :all do |_t| - exec('bundle exec rubocop -a . && bundle exec inch --pedantic && bundle exec yard stats --list-undoc && bundle exec rake spec') + exec('bundle exec rake spec') end