Sha256: 9ee22af07368eff7559816895f1a1ac727cc2cae6d36727fc5fab953876d09b0

Contents?: true

Size: 337 Bytes

Versions: 56

Compression:

Stored size: 337 Bytes

Contents

require File.expand_path("#{File.dirname(__FILE__)}/../../spec_helper")

module RR
  module WildcardMatchers
    describe Satisfy do
      describe "#inspect" do
        it "returns satisfy string" do
          matcher = Satisfy.new(lambda {})
          matcher.inspect.should == "satisfy {block}"
        end
      end
    end
  end
end

Version data entries

56 entries across 52 versions & 9 rubygems

Version Path
adva-0.3.2 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.3.1 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.3.0 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.2.4 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.2.3 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.2.2 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.2.1 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.2.0 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.1.4 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.1.3 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.1.2 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.1.1 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.1.0 test/rr/spec/rr/expectations/satisfy_spec.rb
adva-0.0.1 test/rr/spec/rr/expectations/satisfy_spec.rb
jferris-rr-0.7.1.0.1239654108 spec/rr/expectations/satisfy_spec.rb
redinger-redinger-rr-0.10.3 spec/rr/expectations/satisfy_spec.rb
redinger-rr-0.10.4 spec/rr/expectations/satisfy_spec.rb
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/satisfy_spec.rb
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/satisfy_spec.rb
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/satisfy_spec.rb