Skip to content

Commit

Permalink
a few README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Dec 15, 2010
1 parent d33b7da commit 31b08ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rdoc
@@ -1,8 +1,7 @@
= should-context - a context framework for Test::Unit = shoulda-context - a context framework for Test::Unit


Shoulda's contexts make it easy to write elegant, understandable, and maintainable tests for Test::Unit. It's fully compatible with your existing tests in Test::Unit, and requires no retooling to use. Shoulda's contexts make it easy to write understandable and maintainable tests for Test::Unit.

It's fully compatible with your existing tests in Test::Unit, and requires no retooling to use.
The #context and #should methods give you RSpec like test blocks in Test::Unit.


== Contexts == Contexts


Expand Down Expand Up @@ -49,4 +48,5 @@ Shoulda is maintained and funded by {thoughtbot}[http://thoughtbot.com/community


= License = License


Shoulda is Copyright © 2010 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file. Shoulda is Copyright © 2010 thoughtbot, inc.
It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.

0 comments on commit 31b08ce

Please sign in to comment.