spec/die_spec.rb in games_dice-0.0.1 vs spec/die_spec.rb in games_dice-0.0.2
- old
+ new
@@ -1,5 +1,5 @@
-require 'games_dice/die'
+require 'games_dice'
# Test helper class, a stub of a PRNG
class TestPRNG
def initialize
# Numbers that I randomly thought up!
\ No newline at end of file