Move sample module into test/support
This commit is contained in:
8
test/support/sample_koan.ex
Normal file
8
test/support/sample_koan.ex
Normal file
@@ -0,0 +1,8 @@
|
||||
defmodule SampleKoan do
|
||||
use Koans
|
||||
|
||||
koan "thinking more than once" do
|
||||
assert 3 == :__
|
||||
assert 4 == :__
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user