This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
rocco
Watch
1
Star
0
Fork
0
You've already forked rocco
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a841026e52
rocco
/
test
/
suite.rb
5 lines
94 B
Ruby
Raw
Normal View
History
Unescape
Escape
Refactoring tests out into separate files.
2010-10-24 09:07:44 +00:00
require
'test/unit'
two char indent and whitespace error fixes
2011-03-05 11:48:15 +00:00
Dir
[
"
#{
File
.
dirname
(
__FILE__
)
}
/test_*.rb
"
]
.
each
{
|
file
|
require
file
}
Reference in New Issue
Copy Permalink