Guest User

Untitled

a guest
Apr 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. before do
  2. @user = User.new
  3. end
  4.  
  5. it "should be invalid without a valid username" do
  6. @user.modify_values({ :username => 'firstuser' })
  7. pp @user
  8. end
  9.  
  10. # User
  11. # #<User @values={}>
  12. # - should be invalid without a valid username
Add Comment
Please, Sign In to add comment