Rakefile in hamlit-2.1.0 vs Rakefile in hamlit-2.1.1

- old
+ new

@@ -80,10 +80,9 @@ if ENV['SLIM_BENCH'] == '1' cmd = %w[bundle exec ruby benchmark/slim/run-benchmarks.rb] else cmd = ['bin/bench', 'bench', ('-c' if ENV['COMPILE'] == '1'), *ENV['TEMPLATE'].split(',')].compact end - system('bin/clone') exit system(*cmd) end task default: %w[compile hamlit:test] task test: %w[compile test:all]