Sha256: dbbdf227c9840e7420a7a594a603c6e7145678e5691f2fa243ca39aed47f4f98
Contents?: true
Size: 270 Bytes
Versions: 7
Compression:
Stored size: 270 Bytes
Contents
require "spec/spec_helper" module RR module WildcardMatchers describe Anything do describe "#inspect" do it "returns anything" do matcher = Anything.new matcher.inspect.should == "anything" end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems