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:
parent
40f30dbab3
commit
97caabaf45
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
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
|
||||
|
|
Loading…
Reference in a new issue