Sha256: e8d063fffb94a9897ff5655c301a20b1ce365ac62e2f0d3e4ba99f1efc858159

Contents?: true

Size: 191 Bytes

Versions: 30

Compression:

Stored size: 191 Bytes

Contents

module RSpec
  module Matchers
    module BuiltIn
      class Match < BaseMatcher

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

Version data entries

30 entries across 30 versions & 12 rubygems

Version Path
rspec-expectations-2.12.1 lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.12.0 lib/rspec/matchers/built_in/match.rb
fragrant-0.0.5 vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/match.rb
gem_repackager-0.1.0 support/gems/rspec-expectations-2.11.2/lib/rspec/matchers/built_in/match.rb
librarian-puppet-0.9.4 vendor/gems/ruby/1.8/gems/rspec-expectations-2.11.2/lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.11.3 lib/rspec/matchers/built_in/match.rb
librarian-puppet-0.9.3 vendor/gems/ruby/1.8/gems/rspec-expectations-2.11.2/lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.11.2 lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.11.1 lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.11.0 lib/rspec/matchers/built_in/match.rb