Sha256: bf763c8a08cbb31e9cc3eaf1a532273a6c232008fef1599e470c505526da3466
Contents?: true
Size: 312 Bytes
Versions: 4
Compression:
Stored size: 312 Bytes
Contents
require File.dirname(__FILE__) + '/../../../spec_helper.rb' context "should_be" do specify "should pass when objects are the same instance" do :apple.should_be(:apple) end specify "should fail when objects are not the same instance" do lambda { "apple".should_be("apple") }.should_fail end end
Version data entries
4 entries across 4 versions & 2 rubygems