Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.16 KB | None | 0 0
  1. 'cat'.must_not correspond 'dog'
  2. # => true
  3. [1].must have 1
  4. # => true
  5. [1, 2, 3].must contain [1], [1,2]
  6. # => true
  7. (2 + 2).must_not correspond 4
  8. # => false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement