Skip to content

Commit

Permalink
fixing docs
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Quaranto <nick@quaran.to>
  • Loading branch information
stevenbristol authored and qrush committed May 27, 2009
1 parent 7d6aa5b commit c53e720
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ module Matchers
# * <tt>not_with(string to test against)</tt> # * <tt>not_with(string to test against)</tt>
# #
# Examples: # Examples:
# it { should validate_format_ofof(:name). # it { should validate_format_of(:name).
# with('12345'). # with('12345').
# with_message(/is not optional/) } # with_message(/is not optional/) }
# it { should validate_format_ofof(:name). # it { should validate_format_of(:name).
# not_with('12D45'). # not_with('12D45').
# with_message(/is not optional/) } # with_message(/is not optional/) }
# #
Expand Down

0 comments on commit c53e720

Please sign in to comment.