Rakefile in asana-0.5.0 vs Rakefile in asana-0.6.0

- old
+ new

@@ -10,10 +10,11 @@ t.stats_options = ['--list-undoc'] end desc 'Generates a test resource from a YAML using the resource template.' task :codegen do + # TODO: I believe this is obsolete and can be removed `node spec/support/codegen.js` end namespace :bump do def read_version @@ -60,6 +61,6 @@ major, = read_version write_version major + 1, 0, 0 end end -task default: [:codegen, :spec, :rubocop, :yard] +task default: [:spec, :rubocop, :yard]