require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' describe "RangeError" do it "is a superclass of FloatDomainError" do RangeError.should be_ancestor_of(FloatDomainError) end end