Sha256: ebf1c89b23fa39b2b04ddd91825eed6acfe83577ee99c7aff601dd45debc56e9

Contents?: true

Size: 222 Bytes

Versions: 169

Compression:

Stored size: 222 Bytes

Contents

module RSpec
  module Matchers
    module BuiltIn
      class BeAnInstanceOf
        include BaseMatcher

        def matches?(actual)
          super(actual).instance_of?(expected)
        end
      end
    end
  end
end

Version data entries

169 entries across 71 versions & 9 rubygems

Version Path
frameworks-capybara-0.2.0.rc3 vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be_instance_of.rb
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be_instance_of.rb
classicCMS-0.2.3 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be_instance_of.rb
classicCMS-0.2.2 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be_instance_of.rb
classicCMS-0.2.1 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be_instance_of.rb
classicCMS-0.2.0 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be_instance_of.rb
classicCMS-0.1.2 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be_instance_of.rb
rspec-expectations-2.9.0 lib/rspec/matchers/built_in/be_instance_of.rb
rspec-expectations-2.9.0.rc2 lib/rspec/matchers/built_in/be_instance_of.rb