mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add rake test:template.
This commit is contained in:
parent
1ca3fbfbf2
commit
41bca5d466
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ namespace :test do
|
|||
Rake::TestTask.new(:isolated) do |t|
|
||||
t.pattern = 'test/ts_isolated.rb'
|
||||
end
|
||||
|
||||
Rake::TestTask.new(:template) do |t|
|
||||
t.libs << 'test'
|
||||
t.pattern = 'test/template/**/*.rb'
|
||||
end
|
||||
end
|
||||
|
||||
desc 'ActiveRecord Integration Tests'
|
||||
|
|
Loading…
Reference in a new issue