Sha256: ac6ea527745a0335c3ee6960e8188aaae91e7163268f3e504f11b27a33a14a01

Contents?: true

Size: 206 Bytes

Versions: 169

Compression:

Stored size: 206 Bytes

Contents

module RSpec
  module Matchers
    module BuiltIn
      class Match
        include BaseMatcher

        def matches?(actual)
          super(actual).match(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/match.rb
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/match.rb
classicCMS-0.2.3 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/match.rb
classicCMS-0.2.2 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/match.rb
classicCMS-0.2.1 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/match.rb
classicCMS-0.2.0 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/match.rb
classicCMS-0.1.2 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.9.0 lib/rspec/matchers/built_in/match.rb
rspec-expectations-2.9.0.rc2 lib/rspec/matchers/built_in/match.rb