README.markdown in citrusbyte-contest-0.0.5 vs README.markdown in citrusbyte-contest-0.0.6
- old
+ new
@@ -5,16 +5,15 @@
Description
-----------
Write declarative tests with nested contexts without performance
-penalties. Contest is less than 40 lines and gets the job done.
+penalties. Contest is less than 100 lines of code and gets the job done.
Usage
-----
-Declare your tests as you would in RSpec or Shoulda. The keywords here
-are `setup`, `context` and `test`, :
+Declare your tests as you would in RSpec or Shoulda:
require 'contest'
class SomeTest < Test::Unit::TestCase
setup do