Sha256: f14c650727dc309af00577e9ea534f9cfda6ada394dc83dfa4de605eedeca96b
Contents?: true
Size: 431 Bytes
Versions: 83
Compression:
Stored size: 431 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/fixtures/classes' describe "Thread#abort_on_exception" do it "is changeable to true or false" do Thread.abort_on_exception = true Thread.abort_on_exception.should == true Thread.abort_on_exception = false Thread.abort_on_exception.should == false end end
Version data entries
83 entries across 83 versions & 1 rubygems