spec/renum_spec.rb in renum-1.0.1 vs spec/renum_spec.rb in renum-1.0.2

- old
+ new

@@ -90,10 +90,10 @@ it "responds as expected to arbitrary method calls, in spite of using method_missing for value definition" do lambda { Size.ExtraLarge() }.should raise_error(NoMethodError) end - it "supprts there being no extra data and no init() method defined, if you don't need them" do + it "supports there being no extra data and no init() method defined, if you don't need them" do HairColor::BLONDE.name.should == "BLONDE" end end # It was reported on my blog that <=> was causing segfaults. \ No newline at end of file