Skip to content

Commit

Permalink
Add rake test:template.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick authored and josevalim committed Sep 22, 2011
1 parent 1ca3fbf commit 41bca5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actionpack/Rakefile
Expand Up @@ -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'
Expand Down

0 comments on commit 41bca5d

Please sign in to comment.