public
Rubygem
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/thoughtbot/shoulda.git
documentation patch - adding missing method to should_filter description
dancroak (author)
Tue Sep 23 16:39:44 -0700 2008
commit  faf0f071c78b765a293252af9140c58144a7cd2c
tree    6f8d37c6a53b773c5a902690d1c19a14998f75bf
parent  669a761959d2c8c0de81706a4bcb7aa8ffc0d842
...
101
102
103
104
 
105
106
107
...
101
102
103
 
104
105
106
107
0
@@ -101,7 +101,7 @@ module ThoughtBot # :nodoc:
0
           should_set_the_flash_to nil
0
         end
0
         
0
- # Macro that creates a test asserting that b
0
+ # Macro that creates a test asserting that filter_parameter_logging
0
         # is set for the specified keys
0
         #
0
         # Example:

Comments

    No one has commented yet.