Fix invalid crystal syntax in Lint/Syntax rule spec

This commit is contained in:
Sijawusz Pur Rahnama 2022-11-23 03:26:55 +01:00
parent 2c67fe2c3f
commit 38eb5d5e50

View file

@ -8,7 +8,7 @@ module Ameba::Rule::Lint
expect_no_issues subject, <<-CRYSTAL
def hello
puts "totally valid"
rescue e: Exception
rescue e : Exception
end
CRYSTAL
end