Switch over to Elixir option parsing.

This commit is contained in:
Nathan Walker
2017-04-26 21:51:26 -05:00
parent 372d7f70ac
commit b32e82b19b
5 changed files with 14 additions and 39 deletions

View File

@@ -1,8 +0,0 @@
defmodule OptionTest do
use ExUnit.Case, async: true
test "can target specifc koans" do
Options.start(["--koan=Strings"])
assert Options.initial_koan() == Strings
end
end