Guest User

Untitled

a guest
Jun 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. def test_something
  2. @foo = Foo.new #blah
  3. assert_raise(Exception) do
  4. @foo.some_invalid_method
  5. end
  6. end
Add Comment
Please, Sign In to add comment