Rakefile in claide-plugins-0.9.1 vs Rakefile in claide-plugins-0.9.2
- old
+ new
@@ -27,10 +27,12 @@
start_time = Time.now
sh "bundle exec bacon #{specs('**')}"
duration = Time.now - start_time
puts "Tests completed in #{duration}s"
Rake::Task['rubocop'].invoke
- Rake::Task['validate_json'].invoke
+
+ # This is not used in this library
+ # Rake::Task['validate_json'].invoke
end
def specs(dir)
FileList["spec/#{dir}/*_spec.rb"].shuffle.join(' ')
end