Cleanup how koan modules get their intros
This commit is contained in:
@@ -8,6 +8,10 @@ defmodule ExecuteTest do
|
||||
test "stops at the first failing koan" do
|
||||
{:failed, %{file: file, line: line}, SampleKoan, _name} = Execute.run_module(SampleKoan)
|
||||
assert file == 'test/support/sample_koan.ex'
|
||||
assert line == 4
|
||||
assert line == 8
|
||||
end
|
||||
|
||||
test "can access intro" do
|
||||
assert SampleKoan.intro == "There is something"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user