This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx
Watch
1
Star
0
Fork
0
You've already forked rubyx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
73b7e2b22f
rubyx
/
test
/
test_all.rb
5 lines
93 B
Ruby
Raw
Normal View
History
Unescape
Escape
remove all test_all Stop manually creating the list of tests (and searching missing). Main level test_all does a search for all test_* also possible to run by command line with starts
2017-04-13 16:00:56 +02:00
Dir
[
"
**/test_*.rb
"
]
.
each
{
|
f
|
next
if
f
.
include?
(
"
stash/
"
)
require_relative
"
../
#{
f
}
"
}
Reference in New Issue
Copy Permalink