Change EdgeCase to Neo

This commit is contained in:
Jim Weirich
2013-04-09 10:40:27 -04:00
parent 67750bf9bf
commit 09b03e9b1c
33 changed files with 79 additions and 80 deletions

View File

@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
require File.expand_path(File.dirname(__FILE__) + '/neo')
# Greed is a dice game where you roll up to five dice to accumulate
# points. The following "score" function will be used to calculate the
@@ -54,7 +54,7 @@ def score(dice)
#++
end
class AboutScoringProject < EdgeCase::Koan
class AboutScoringProject < Neo::Koan
def test_score_of_an_empty_list_is_zero
assert_equal 0, score([])
end