You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- require 'rake/testtask'
-
- task :default => :test
-
- Rake::TestTask.new do |t|
- Dir.glob("examples/*.html") do |file|
- test = File.basename(file, ".html")
- cmd = "ruby test/mustache_test.rb #{test}"
- print `#{cmd}`
- end
- end
|