Skip to content

Instantly share code, notes, and snippets.

@Dierk
Created October 14, 2014 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dierk/e49f540a41c3f2bf7647 to your computer and use it in GitHub Desktop.
Save Dierk/e49f540a41c3f2bf7647 to your computer and use it in GitHub Desktop.
module realworld.experiments.ExampleTests where
test_that_is_expected_to_pass = 1 == 1
test_that_is_expected_to_fail = 1 == 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment