This commit is contained in:
Jim Weirich
2010-01-02 22:22:24 -05:00
parent 2483665fb9
commit e21e46bdf9
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
def test_score_of_mulitple_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
def test_score_of_mulitple_1s_and_5s_is_the_sum_of_individual_scores
assert_equal 300, score([1,5,5,1])
end