Displaying 1 result from an estimated 1 matches for "a6e29adca96aac7c85275792c7562e85".
2006 May 03
1
Test not Reseting
..."Lawyer"
assert @tom_lawyer.save, @tom_lawyer.errors.full_messages.join("; ")
@tom_lawyer = User.new({:username => "tlawyer", :password
=> "i<3lawyers"})
@tom_lawyer = @tom_lawyer.try_to_login
assert_equal "a6e29adca96aac7c85275792c7562e85",
@tom_lawyer.hashed_password
end
end
--
Posted via http://www.ruby-forum.com/.