Skip to content

Instantly share code, notes, and snippets.

@bbhoss
Created January 23, 2011 10:05
Show Gist options
  • Save bbhoss/791955 to your computer and use it in GitHub Desktop.
Save bbhoss/791955 to your computer and use it in GitHub Desktop.
def test_method_names_become_symbols
assert_equal __, Symbol.all_symbols.include?("test_method_names_become_symbols".to_sym)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment