File: ruby-tests.rb

package info (click to toggle)
ruby-haml 5.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 968 kB
  • sloc: ruby: 6,472; makefile: 18
file content (8 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
require 'fileutils'

FileUtils.rm_f(File.expand_path("../../benchmark.rb", __FILE__))
$: << "test"
test_files = Dir['test/*_test.rb'] + Dir['test/haml-spec/*_test.rb'] - ["test/options_test.rb"]

test_files.each { |f| require f}