commenting out this test until I can get it to go into failure not pending

This commit is contained in:
Mike McCabe
2013-10-23 18:27:35 -04:00
parent 01458fb0f5
commit b8c400b29d
@@ -14,6 +14,7 @@ feature 'improper password hashing' do
pending(:if => verifying_fixed?) {Digest::MD5.hexdigest(new_pass).should == @normal_user.password}
end
=begin
scenario 'with md5 and salt' do
pending unless @normal_user.has_attribute?('salt')
new_pass = 'testpassword'
@@ -22,4 +23,6 @@ feature 'improper password hashing' do
@normal_user.save
pending(:if => verifying_fixed?) {Digest::MD5.hexdigest(@normal_user.salt + new_pass).should == @normal_user.password}
end
=end
end