mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Seperate unit and integration tests.
This makes it easier to re-use the integration tests in a seperate gem that optimizes parts of liquid with a native implementation.
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -8,7 +8,7 @@ task :default => 'test'
|
||||
desc 'run test suite with default parser'
|
||||
Rake::TestTask.new(:base_test) do |t|
|
||||
t.libs << '.' << 'lib' << 'test'
|
||||
t.test_files = FileList['test/liquid/**/*_test.rb']
|
||||
t.test_files = FileList['test/{integration,unit}/**/*_test.rb']
|
||||
t.verbose = false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user