Skip to content

Commit 37f8f93

Browse files
committed
delete test for removed kernel function as guard test
1 parent d8e2216 commit 37f8f93

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

spec/syntax/kernel_function_spec.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,4 @@
1616
plug Plug.Parsers, length: 400_000_000
1717
EOF
1818
end
19-
20-
it 'kernel function used as a guard' do
21-
expect(<<~'EOF').to include_elixir_syntax('elixirKeyword', 'length')
22-
def hello(name) when length(name) > 20 do
23-
IO.puts "hello #{name}, you big boy"
24-
end
25-
EOF
26-
end
2719
end

0 commit comments

Comments
 (0)