Skip to content

Commit

Permalink
step 29
Browse files Browse the repository at this point in the history
  • Loading branch information
bleything committed Jan 20, 2011
1 parent 29e72b0 commit 6a6aec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions koans/about_array_assignment.rb
Expand Up @@ -26,8 +26,8 @@ def test_parallel_assignments_with_splat_operator

def test_parallel_assignments_with_too_few_variables
first_name, last_name = ["Cher"]
assert_equal __, first_name
assert_equal __, last_name
assert_equal 'Cher', first_name
assert_equal nil, last_name
end

def test_parallel_assignments_with_subarrays
Expand Down

0 comments on commit 6a6aec3

Please sign in to comment.