[rspec-users] Unexpected message on :attr_accessor

2007-12-04 Thread schleg
This may be a dumb noob issue, but I haven't found any answers while seaching the forum-- I have a controller method def edit @user = User.find params[:id] @user.password_confirmation = @user.password end The User class has an "attr_accessor :password_confirmation" definition (so "p

Re: [rspec-users] Unexpected message on :attr_accessor

2007-12-04 Thread schleg
Thanks, David! Glad I'm unstuck on this :) David Chelimsky-2 wrote: > > On Dec 4, 2007 11:49 AM, schleg <[EMAIL PROTECTED]> wrote: >> >> This may be a dumb noob issue, but I haven't found any answers while >> seaching >> the forum-- >