Posts tagged activemodel

Mar04

Rails3: ActiveModel Lint

rspec rails3 activemodel lint | comments

If you're building ActiveModel-like classes, it's quite useful that you run the ActiveModel Lint tests that's shipped with Rails 3. Unfortunately, if you're using Rspec 2.0, using the Test::Unit version doesn't fly as well.

Continue reading »