public
Description: Providing quick and easy ways to create and write tests for your Rails helpers.
Homepage:
Clone URL: git://github.com/vigetlabs/helper_me_test.git
brianjlandau (author)
Tue Feb 03 16:43:43 -0800 2009
commit  ee339bbedfa7b36859503b28008497ba9afc6837
tree    7b4d585e2cea68b730626b131f45676cedab51b5
parent  3e1c54dd6cb1a994fa21127b759c90cd04821c88
helper_me_test / CHANGELOG
100644 16 lines (10 sloc) 0.378 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
== 2.0 / June 24, 2008
 
* Slim down assert_select_in based on http://gist.github.com/52976 by TJ Stankus
 
 
== 1.0 / June 24, 2008
 
* Initial Release
* Features:
    * Tag assertions using HTML-Scanner
    * Hpricot assertions
    * css selector assertion using HTML-Scanner
    * Helper test generator for existing Helpers
    * Helper generator that creates tests for helpers