Displaying 2 results from an estimated 2 matches for "lazyatom".
2006 Apr 10
1
LoginEngine 1.0.1
...RL for the tag is:
http://svn.rails-engines.org/login_engine/tags/rel_1.0.1
= v1.0.1
* Added CHANGELOG
* Changed wording for when password forgotten to ''reset'', rather than
''retrieve''. (snowblink@gmail.com)
* Fixed new location of engines testing extensions. (lazyatom@gmail.com)
* Removed schema.db from Login Engine; migrations should be used
instead. (snowblink@gmail.com)
* Updated User Controller tests to parse the user_id and email out of
the URL in the email body. (snowblink@gmail.com)
* Ticket #89 (lazyatom@gmail.com) User creation halts the after_save
c...
2007 Apr 11
0
Fwd: [ mocha-Bugs-6416 ] Mock objects shouldn''t define #to_s
...ine #to_s
To: noreply at rubyforge.org
Bugs item #6416, was opened at 2006-10-31 15:34
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=7477&aid=6416&group_id=1917
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: James Adam (lazyatom)
Assigned to: Nobody (None)
Summary: Mock objects shouldn''t define #to_s
Initial Comment:
Creating a mock object which expects the #to_s method is impossible at
present, and results in an unattainable expectation:
mock(:whatever, :to_s => ''hi'')
puts mock.to_s...