Fixed misspelling of "multiple" (http://www.pivotaltracker.com/story/show/2072574)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user