Sep
15th
Sat
15th
it "should validate_presence_of digits" do
my_model.line(7).should_read "validates_presence_of :digits"
end
it "shouldn't change unless I change the spec too" do
MD5.new(my_model).should == "0xDEADBEEF0FFD2FFE4..."
end
- Jay Levitt (via Dr Nic)