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 31b08ce commit d1c6ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
@@ -1,4 +1,4 @@
= shoulda-context - a context framework for Test::Unit = shoulda-context


Shoulda's contexts make it easy to write understandable and maintainable tests for Test::Unit. 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. It's fully compatible with your existing tests in Test::Unit, and requires no retooling to use.
Expand All @@ -14,7 +14,7 @@ Stop killing your fingers with all of those underscores... Name your tests with
end end


should "return its full name" do should "return its full name" do
assert_equal 'John Doe', @user.full_name assert_equal "John Doe", @user.full_name
end end


context "with a profile" do context "with a profile" do
Expand Down Expand Up @@ -44,7 +44,7 @@ So readable!


= Credits = Credits


Shoulda is maintained and funded by {thoughtbot}[http://thoughtbot.com/community] Shoulda is maintained and funded by {thoughtbot}[http://thoughtbot.com/community].


= License = License


Expand Down

0 comments on commit d1c6ba6

Please sign in to comment.