Guest User

Untitled

a guest
May 12th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. it "should generate password if it's blank" do
  2. user = AuthenticatedUser.create(:password => '')
  3. user.password.should_not be_nil
  4. end
Add Comment
Please, Sign In to add comment