Created
March 23, 2013 11:22
-
-
Save vorce/5227368 to your computer and use it in GitHub Desktop.
Test case failure from Elixir's ExUnit
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
% elixir test/elixir_roman1_test.exs | |
1) test roman 1 should return I (ElixirRoman1Test) | |
** (ExUnit.ExpectationError) | |
expected: "I" | |
to be equal to (==): "" | |
at /home/vorce/code/elixir_roman1/test/elixir_roman1_test.exs:19 | |
3 tests, 1 failures. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment