Oct
25th
Sat
25th

nub # read code git revert # watch as git does all the work git mergetool # fix a couple of conflicts git gui # commit
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