Sha256: 27117f0f85d702a0dba5bfea3589a9305ea6803bc11c3eb240753e43997dc09d
Contents?: true
Size: 275 Bytes
Versions: 9
Compression:
Stored size: 275 Bytes
Contents
require 'spec_helper' describe Bogus::Anything do it "is equal to everything" do anything = Bogus::Anything anything.should == "foo" anything.should == "bar" anything.should == 1 anything.should == Object.new anything.should == anything end end
Version data entries
9 entries across 9 versions & 1 rubygems