Sha256: 0372a6bd7d853400e0e643b3311818c6f1b502112127889cf06f52dda20f7cfb
Contents?: true
Size: 457 Bytes
Versions: 83
Compression:
Stored size: 457 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../fixtures/common' describe :to_s, :shared => true do it "returns the self's name if no message is set" do Exception.new.send(@method).should == 'Exception' ExceptionSpecs::Exceptional.new.send(@method).should == 'ExceptionSpecs::Exceptional' end it "returns self's message if set" do ExceptionSpecs::Exceptional.new('!!').send(@method).should == '!!' end end
Version data entries
83 entries across 83 versions & 1 rubygems