Created
June 3, 2014 12:23
-
-
Save alco/10e2703640f8ff78fd03 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ mix test | |
1) test the truth (TestyTest) | |
test/testy_test.exs:4 | |
Assertion with == failed | |
code: 1 + 1 == 3 | |
lhs: 2 | |
rhs: 3 | |
stacktrace: | |
test/testy_test.exs:5 | |
Finished in 0.03 seconds (0.03s on load, 0.00s on tests) | |
1 tests, 1 failures | |
Randomized with seed 971564 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment