From 97caabaf4575e7cec38f7c349670d7d5cc31b433 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sun, 20 Sep 2009 11:49:15 -0700 Subject: [PATCH] [Haml] Don't run tests in the haml-spec package. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 748fdb57..4d0fb2d7 100644 --- a/Rakefile +++ b/Rakefile @@ -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