mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Running isolated test for assertions and journey
in actionpack
This commit is contained in:
parent
1ec090e392
commit
cbaf71b7dc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,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}/**/*_test.rb").all? do |file|
|
||||
Dir.glob("test/{abstract,controller,dispatch,assertions,journey}/**/*_test.rb").all? do |file|
|
||||
sh(ruby, '-w', '-Ilib:test', file)
|
||||
end or raise "Failures"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue