Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
Josep M. Bach committed Aug 2, 2011
1 parent 9cdc05c commit 9c194b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -2,7 +2,6 @@

**fastest** is a testing framework written in [6 lines of code](
https://github.com/txus/fastest/blob/master/lib/fastest.rb) (or 473 characters)

which tries to be performant, with eye-catchy reports and easy to use.

Originally named **a**, the name was too much for Google so I changed it.
Expand Down Expand Up @@ -45,6 +44,7 @@ Or in your Gemfile:
````ruby
require 'fastest'


# Every test case must inherit from the A class
class MyTestCase < A
def setup
Expand Down

0 comments on commit 9c194b6

Please sign in to comment.