Skip to content

Commit

Permalink
[Haml] Don't run tests in the haml-spec package.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Sep 28, 2009
1 parent 812e728 commit 2f9baa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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
Expand Down

0 comments on commit 2f9baa6

Please sign in to comment.