Skip to content

Commit f3802fc

Browse files
committed
Improve description. :doc:
1 parent a2dc215 commit f3802fc

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@
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

0 commit comments

Comments
 (0)