mirror of
https://github.com/github/rails.git
synced 2026-01-08 22:27:59 -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|
|
Rake::TestTask.new(:isolated) do |t|
|
||||||
t.pattern = 'test/ts_isolated.rb'
|
t.pattern = 'test/ts_isolated.rb'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Rake::TestTask.new(:template) do |t|
|
||||||
|
t.libs << 'test'
|
||||||
|
t.pattern = 'test/template/**/*.rb'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'ActiveRecord Integration Tests'
|
desc 'ActiveRecord Integration Tests'
|
||||||
|
|||||||
Reference in New Issue
Block a user