May
5th
Mon
5th

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