Changeset 858
- Timestamp:
- 05/06/08 10:01:18 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/radiant/spec/controllers/admin/user_controller_spec.rb
r738 r858 64 64 post :preferences, { :user => { :password => 'funtimes', :password_confirmation => 'funtimes' } } 65 65 user = users(:non_admin) 66 user.password.should == User.sha1('funtimes')66 user.password.should == user.sha1('funtimes') 67 67 68 68 rails_log.should_not match(/"password"=>"funtimes"/)
