File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1111[ ![ Gittip] ( http://img.shields.io/badge/gittip-$1/wk-green.svg?style=flat )] ( https://www.gittip.com/on/github/rubyworks/ )
1212
1313
14- ## Description
15-
16- Rubytest is a universal test harness for Ruby development. Think
17- of Rubytest as a * testing meta-framework* . It defines a straight-forward
18- specification that anyone can use to create their own testing DSLs
19- quickily and easily. This can be used for testing end applcations or it
20- can be used by test framework as a backend.
21- In addition, since all Rubytest controls the backend, multiple frameworks
22- can be used in a single test suite all of which can run through a single
23- uniform interface in a process.
14+ Rubytest is Ruby's Universal Test Harness. Think of it as a * testing meta-framework* .
15+ It defines a straight-forward specification that any application can use to create
16+ their own testing DSLs. Rubytest can be used for testing end-user applcations directly
17+ or as the backend of a test framework. Since Rubytest controls the backend, multiple test
18+ frameworks can be used in a single test suite, all of which can be run through one uniform
19+ interface in a single process!
2420
2521
2622## Specification
You can’t perform that action at this time.
0 commit comments