Improve and enforce naming of koans at compile time
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
defmodule PassingKoan do
|
||||
use Koans
|
||||
|
||||
koan "hi there" do
|
||||
koan "Hi there" do
|
||||
assert 1 == 1
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
defmodule SampleKoan do
|
||||
use Koans
|
||||
|
||||
koan "thinking more than once" do
|
||||
koan "Thinking more than once" do
|
||||
assert 3 == :__
|
||||
assert 4 == :__
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user