Skip to content

Commit 1912991

Browse files
committed
Corrections.
1 parent 3d9a791 commit 1912991

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

exercises/concept/last-will/last_will_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_family_secrets_unaltered
2020

2121
def test_account_number_assembly_method_in_correct_namespace
2222
#skip
23-
assert ::EstateExecutor.include?(assemble_account_number)
23+
assert ::EstateExecutor.respond_to?(:assemble_account_number)
2424
end
2525

2626
def test_account_number_assembly_method_works
@@ -31,7 +31,7 @@ def test_account_number_assembly_method_works
3131

3232
def test_code_fragment_number_assembly_method_in_correct_namespace
3333
#skip
34-
assert ::EstateExecutor.include?(assemble_code)
34+
assert ::EstateExecutor.respond_to?(:assemble_code)
3535
end
3636

3737
def test_code_fragments_fit

0 commit comments

Comments
 (0)