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

Version Path
rr-0.4.10 spec/rr/expectations/anything_spec.rb
rr-0.4.9 spec/rr/expectations/anything_spec.rb
rr-0.4.7 spec/rr/expectations/anything_spec.rb
rr-0.4.8 spec/rr/expectations/anything_spec.rb
rr-0.4.6 spec/rr/expectations/anything_spec.rb
rr-0.4.5 spec/rr/expectations/anything_spec.rb
rr-0.4.4 spec/rr/expectations/anything_spec.rb