Test for single arity failures
This commit is contained in:
11
test/support/single_arity_koan.ex
Normal file
11
test/support/single_arity_koan.ex
Normal file
@@ -0,0 +1,11 @@
|
||||
defmodule SingleArity do
|
||||
use Koans
|
||||
|
||||
@intro """
|
||||
A koan with single arity testing
|
||||
"""
|
||||
|
||||
koan "Only one" do
|
||||
assert match?(:foo, ___)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user