Guest User

Untitled

a guest
May 24th, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # TODO - THE LAMBDA NEEDED TO AVOID USER MONITORING CRAP seems to break assertions?
  2. Moderation::Blocked::Email.add('kali.donovan@gmail.com')
  3. @user = User.new({
  4. :email => 'kali.donovan+123@gmail.com',
  5. :password => 'pa33word', :password_confirmation => 'pa33word',
  6. :login => 'just-a-dumb-test'
  7. })
  8. @user.should_not be_valid
  9. @user.errors.full_messages.should include("Sorry, this email has been blocked from the Kroogi Network")
Add Comment
Please, Sign In to add comment