This commit is contained in:
Jim Weirich
2010-01-03 06:27:59 -05:00
parent bdc9e2a772
commit 425fd41fbc
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ class AboutScoringAssignment < EdgeCase::Koan
assert_equal 100, score([1])
end
def test_score_of_mulitple_1s_and_5s_is_the_sum_of_individual_scores
def test_score_of_multiple_1s_and_5s_is_the_sum_of_individual_scores
assert_equal 300, score([1,5,5,1])
end

View File

@@ -67,7 +67,7 @@ class AboutScoringAssignment < EdgeCase::Koan
assert_equal 100, score([1])
end
def test_score_of_mulitple_1s_and_5s_is_the_sum_of_individual_scores
def test_score_of_multiple_1s_and_5s_is_the_sum_of_individual_scores
assert_equal 300, score([1,5,5,1])
end