mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Temporary runner
This commit is contained in:
parent
d1256f71d6
commit
dc96ba8043
1 changed files with 8 additions and 0 deletions
8
actionpack/test/runner
Executable file
8
actionpack/test/runner
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
|
||||
ARGV.each do |arg|
|
||||
Dir["#{Dir.pwd}/#{arg}/**/*_test.rb"].each do |file|
|
||||
require file
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue