Skip to content

Instantly share code, notes, and snippets.

@vorce
Created March 23, 2013 11:22
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 vorce/5227368 to your computer and use it in GitHub Desktop.
Save vorce/5227368 to your computer and use it in GitHub Desktop.
Test case failure from Elixir's ExUnit
% 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