Updated koans from source.
[ruby_koans.git] / koans / about_dice_project.rb
index 28066c5..a01236a 100644 (file)
@@ -7,7 +7,7 @@ class DiceSet
   end
 end
 
-class AboutDiceSet < EdgeCase::Koan
+class AboutDiceProject < EdgeCase::Koan
   def test_can_create_a_dice_set
     dice = DiceSet.new
     assert_not_nil dice