Sha256: a38a8f011bb92bee4911ebbadc517d98eadd1927a013cb4f2d55fb19e6068340

Contents?: true

Size: 242 Bytes

Versions: 35

Compression:

Stored size: 242 Bytes

Contents

module RSpec
  module Matchers
    module BuiltIn
      class Match < BaseMatcher

        def match(expected, actual)
          actual.match expected
        end

        def diffable?
          true
        end

      end
    end
  end
end

Version data entries

35 entries across 35 versions & 8 rubygems

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match.rb
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match.rb
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match.rb
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match.rb
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match.rb
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match.rb
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match.rb
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match.rb
opal-rspec-cj-0.4.4 vendor_lib/rspec/matchers/built_in/match.rb
opal-rspec-0.4.3 vendor_lib/rspec/matchers/built_in/match.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match.rb
opal-rspec-0.4.2 vendor_lib/rspec/matchers/built_in/match.rb
opal-rspec-0.4.1 vendor_lib/rspec/matchers/built_in/match.rb
opal-rspec-0.4.0 vendor_lib/rspec/matchers/built_in/match.rb
opal-rspec-0.4.0.beta4 vendor_lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.99.2 lib/rspec/matchers/built_in/match.rb
dxruby_rp5-0.0.4 spec/vendor/rspec-expectations-2.14.4/lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.99.1 lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.99.0 lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.99.0.rc1 lib/rspec/matchers/built_in/match.rb