fix typo in message
This commit is contained in:
@@ -8,7 +8,7 @@ class AboutNil < EdgeCase::Koan
|
|||||||
def test_you_dont_get_null_pointer_errors_when_calling_methods_on_nil
|
def test_you_dont_get_null_pointer_errors_when_calling_methods_on_nil
|
||||||
# What happens when you call a method that doesn't exist. The
|
# What happens when you call a method that doesn't exist. The
|
||||||
# following begin/rescue/end code block captures the exception and
|
# following begin/rescue/end code block captures the exception and
|
||||||
# make some assertions about it.
|
# makes some assertions about it.
|
||||||
begin
|
begin
|
||||||
nil.some_method_nil_doesnt_know_about
|
nil.some_method_nil_doesnt_know_about
|
||||||
rescue Exception => ex
|
rescue Exception => ex
|
||||||
|
|||||||
Reference in New Issue
Block a user