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
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