Sha256: 39590fa68e4bfc41defaadd8a4081a933f148cc684491608b10bdb435d7f51fb
Contents?: true
Size: 265 Bytes
Versions: 83
Compression:
Stored size: 265 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' describe "Exception#message" do it "returns the exception message" do [Exception.new.message, Exception.new("Ouch!").message].should == ["Exception", "Ouch!"] end end
Version data entries
83 entries across 83 versions & 1 rubygems