1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/Rakefile
Takashi Kokubun afef4d8e5f Parse doctype
2015-03-10 00:41:21 +09:00

10 lines
195 B
Ruby

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :bench do
system('TIME=20 bundle exec ruby benchmarks/benchmark.rb')
end
task default: :spec