Switch over to Elixir option parsing.
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user