mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Renamed test (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])
|
assert_equal 100, score([1])
|
||||||
end
|
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])
|
assert_equal 300, score([1,5,5,1])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ class AboutScoringAssignment < EdgeCase::Koan
|
|||||||
assert_equal 100, score([1])
|
assert_equal 100, score([1])
|
||||||
end
|
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])
|
assert_equal 300, score([1,5,5,1])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user