Skip to content

Instantly share code, notes, and snippets.

@ybur-yug
Last active August 29, 2015 14:18
Show Gist options
  • Save ybur-yug/881e20b3871429e7b3c5 to your computer and use it in GitHub Desktop.
Save ybur-yug/881e20b3871429e7b3c5 to your computer and use it in GitHub Desktop.
run `mix test test/intro.exs` to continue
hello, world


  1) test saying hi to the planet (ElixirKoansTest)
     test/hello_world.exs:3
     Assertion with == failed
     code: message == "__"
     lhs:  "hello, world"
     rhs:  "__"
     stacktrace:
       test/hello_world.exs:6



Finished in 0.1 seconds (0.1s on load, 0.01s on tests)
1 tests, 1 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment