Stop wrapping ExUnit

This commit is contained in:
Uku Taht
2016-04-23 21:38:51 +01:00
parent 55cc11ca14
commit 5e7391402e
7 changed files with 70 additions and 71 deletions

View File

@@ -8,6 +8,6 @@ defmodule ExecuteTest do
test "stops at the first failing koan" do
{:failed, %{error: _, file: file, line: line}, SampleKoan, _name} = Execute.run_module(SampleKoan)
assert file == 'test/support/sample_koan.ex'
assert line == 5
assert line == 4
end
end