mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Template test were moved to AV
This commit is contained in:
parent
995e9c41a5
commit
f5305e7c5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue