1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[Haml] Don't run tests in the haml-spec package.

This commit is contained in:
Nathan Weizenbaum 2009-09-20 11:49:15 -07:00
parent 40f30dbab3
commit 97caabaf45

View file

@ -22,6 +22,7 @@ Rake::TestTask.new do |t|
t.libs << 'lib'
test_files = FileList['test/**/*_test.rb']
test_files.exclude('test/rails/*')
test_files.exclude('test/haml/spec/*')
t.test_files = test_files
t.verbose = true
end