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