Changeset 858

Show
Ignore:
Timestamp:
05/06/08 10:01:18 (4 months ago)
Author:
seancribbs
Message:

Fix broken controller spec.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/radiant/spec/controllers/admin/user_controller_spec.rb

    r738 r858  
    6464    post :preferences, { :user => { :password => 'funtimes', :password_confirmation => 'funtimes' } } 
    6565    user = users(:non_admin) 
    66     user.password.should == User.sha1('funtimes') 
     66    user.password.should == user.sha1('funtimes') 
    6767     
    6868    rails_log.should_not match(/"password"=>"funtimes"/)