Get lessons order from filenames. Fix #196
This commit is contained in:
9
test/runner_test.exs
Normal file
9
test/runner_test.exs
Normal file
@@ -0,0 +1,9 @@
|
||||
defmodule RunnerTest do
|
||||
use ExUnit.Case, async: true
|
||||
|
||||
test "path to number" do
|
||||
path = "lib/koans/01_just_an_example.ex"
|
||||
assert Runner.path_to_number(path) == 1
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user