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

Version Path
bogus-0.1.4 spec/bogus/stubbing/anything_spec.rb
bogus-0.1.3 spec/bogus/anything_spec.rb
bogus-0.1.2 spec/bogus/anything_spec.rb
bogus-0.1.1 spec/bogus/anything_spec.rb
bogus-0.1.0 spec/bogus/anything_spec.rb
bogus-0.0.4 spec/bogus/anything_spec.rb
bogus-0.0.3 spec/bogus/anything_spec.rb
bogus-0.0.3.rc.2 spec/bogus/anything_spec.rb
bogus-0.0.3.rc.1 spec/bogus/anything_spec.rb