mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Temporary runner
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user