| Path: | tasks/test_templates.rake |
| Last Update: | Tue Apr 18 11:36:32 +0200 2006 |
require File.join(File.dirname(FILE),"..", "lib", "rails_tidy") namespace :test do
desc "validate html in templates"
task :templates => :environment do
RailsTidy.path = ENV["FILE"] if ENV.key?("FILE")
RailsTidy.run
end
end