public
Description: Riot macros and helpers for Rails application testing
Homepage: http://rdoc.info/projects/thumblemonks/riot_rails
Clone URL: git://github.com/thumblemonks/riot_rails.git
name age message
file .gitignore Thu Oct 15 21:19:22 -0700 2009 Adding tests for controlling macro * Creating ... [Justin Knowlden]
file MIT-LICENSE Tue Sep 15 05:41:33 -0700 2009 Yay. Got our first look at a passing test [Justin Knowlden]
file README.markdown Sun Oct 18 16:27:36 -0700 2009 Moved should_validate_uniqueness_of to validate... [Justin Knowlden]
file Rakefile Sun Oct 11 16:10:46 -0700 2009 Bejeweling riot_rails [Justin Knowlden]
file VERSION Sun Oct 18 21:58:21 -0700 2009 Version bump to 0.0.6 [Justin Knowlden]
directory lib/ Sun Oct 18 21:58:15 -0700 2009 I'm a big dumby [Justin Knowlden]
directory rails/ Sun Oct 04 09:24:35 -0700 2009 Renamed to riot_rails. Yes, two tests are faili... [Justin Knowlden]
file riot_rails.gemspec Sun Oct 18 21:58:26 -0700 2009 Regenerated gemspec for version 0.0.6 [Justin Knowlden]
directory test/ Sun Oct 18 21:54:36 -0700 2009 Duplicating all values when validating uniquene... [Justin Knowlden]
README.markdown

Protest Rails

Riot macros for Rails application testing.

LOTS more to come ...

ActiveRecord

Standard macros

  • validates_presence_of

  • allows_values_for

  • does_not_allow_values_for

  • validates_uniquness_of

Yes. Replacing Shoulda macros for now. Like I said with Riot, I love Shoulda.