Rakefile in tjson-0.4.0 vs Rakefile in tjson-0.5.0
- old
+ new
@@ -7,5 +7,10 @@
require "rubocop/rake_task"
RuboCop::RakeTask.new
task default: %w[spec rubocop]
+
+case ENV["SUITE"]
+when "rubocop" then task ci: %w[rubocop]
+else task ci: %w[spec]
+end