File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212## Description
1313
14- Ruby Test is a universal test harness for Ruby developers. It can be used
15- by any Ruby test framework. You can think of Ruby Test as a * meta test framework* .
16- Ruby Test defines a straight-forward specification that any test framework
17- can utilize as it back-end. This makes it almost trivial to implement new
18- test frameworks. Ruby Test further allows tests from various frameworks
19- to all run through a single uniform user interface in a single pass.
14+ Ruby Test is a universal test harness for Ruby developers. You can think
15+ of Ruby Test as a * meta test framework* . It defines a straight-forward
16+ specification that any test framework can utilize as it's back-end.
17+ This makes it almost trivial to implement new test frameworks. Ruby Test
18+ further allows tests from various frameworks to all run through a single
19+ uniform user interface in a single pass.
2020
2121
2222## Specification
You can’t perform that action at this time.
0 commit comments