Dr Nic's Journey

The small things in my day so I don't clutter the Dr Nic site.

Areas of interest: Ruby, Rails, JavaScript, Editors, and my life in general.

Subscribe:

Dr Nic Blog:

Testing code to the (incorrect) extreme


it "should validate_presence_of digits" do
   my_model.line(7).should_read "validates_presence_of :digits" 
end
- Jay Levitt (here)