Move sample module into test/support

This commit is contained in:
Felipe Sere
2016-03-20 20:10:10 +00:00
parent bd5972a867
commit 0de0d6b284
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
defmodule SampleKoan do
use Koans
koan "thinking more than once" do
assert 3 == :__
assert 4 == :__
end
end