Upgraded to Rails 4.0.13; Rebuilt Gemfile.lock file

This commit is contained in:
Al Snow
2015-01-10 09:45:51 -05:00
7 changed files with 50 additions and 1646 deletions
+3 -3
View File
@@ -5,14 +5,14 @@ class UserFixture
end
def self.normal_user
password = 'aoeuaoeu'
password = 'thi$ 1s cOmplExEr'
user = User.new(:first_name => 'Joe', :last_name => 'Schmoe',
:email => 'joe@schmoe.com', :password => password, :password_confirmation => password)
def user.clear_password
'aoeuaoeu'
'thi$ 1s cOmplExEr'
end
user.build_benefits_data
user.save!
user
end
end
end