Template test were moved to AV

This commit is contained in:
Łukasz Strzałkowski 2013-06-18 13:36:42 +02:00
parent 995e9c41a5
commit f5305e7c5f

@ -23,7 +23,7 @@ end
namespace :test do
task :isolated do
ruby = File.join(*RbConfig::CONFIG.values_at('bindir', 'RUBY_INSTALL_NAME'))
Dir.glob("test/{abstract,controller,dispatch,template}/**/*_test.rb").all? do |file|
Dir.glob("test/{abstract,controller,dispatch}/**/*_test.rb").all? do |file|
sh(ruby, '-Ilib:test', file)
end or raise "Failures"
end