Sha256: 3f449825838bf04218c4be5cbc1c7a64c1e7677675608e8c870ec1fd4ab8c7c8

Contents?: true

Size: 283 Bytes

Versions: 7

Compression:

Stored size: 283 Bytes

Contents

require "spec/spec_helper"

module RR
  module WildcardMatchers
    describe IsA do
      describe "#inspect" do
        it "returns the is_a(ClassName)" do
          matcher = IsA.new(Symbol)
          matcher.inspect.should == "is_a(Symbol)"
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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