Sha256: e28d0f235495c3424fd2c37087110340b40d0e64077fbf1ff10abab0eb5a6912
Contents?: true
Size: 426 Bytes
Versions: 52
Compression:
Stored size: 426 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) ruby_version_is "1.9" do describe "BasicObject.new" do it "returns an instance of BasicObject" do # BasicObject cannot participate in .should matchers. Further, # there is no #class method on BasicObject. Hence, we can only # infer that we have an instance of BasicObject. (Object === BasicObject.new).should be_false end end end
Version data entries
52 entries across 52 versions & 2 rubygems