Rakefile in tax_generator-0.0.5 vs Rakefile in tax_generator-0.0.6

- old
+ new

@@ -20,7 +20,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 . && bundle exec inch --pedantic && bundle exec yard && bundle exec rake spec') + exec('bundle exec rubocop . && bundle exec inch --pedantic && bundle exec yard && bundle exec rake spec') end