Skip to content

Instantly share code, notes, and snippets.

/test.rb Secret

Created September 29, 2016 20:14
Show Gist options
  • Save anonymous/693633a9ed6cd1b695b9eda6dd82e690 to your computer and use it in GitHub Desktop.
Save anonymous/693633a9ed6cd1b695b9eda6dd82e690 to your computer and use it in GitHub Desktop.
def test_foo
assert_raises StandardError do
f
end
end
def test_bar
assert_raises StandardError { f }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment