[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
1 changed files with 1 additions and 0 deletions

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