mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-21 01:03:20 -04:00
Change EdgeCase to Neo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user