mirror of
https://github.com/github/rails.git
synced 2026-01-07 22:03:54 -05:00
Add rake test:template.
This commit is contained in:
committed by
José Valim
parent
1ca3fbfbf2
commit
41bca5d466
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user