mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -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')
|
||||
|
||||
# Implement a DiceSet Class here:
|
||||
#
|
||||
@@ -15,7 +15,7 @@ class DiceSet
|
||||
end
|
||||
|
||||
#++
|
||||
class AboutDiceProject < EdgeCase::Koan
|
||||
class AboutDiceProject < Neo::Koan
|
||||
def test_can_create_a_dice_set
|
||||
dice = DiceSet.new
|
||||
assert_not_nil dice
|
||||
|
||||
Reference in New Issue
Block a user