Sha256: c77cbbabc359f2581741027c51c0f5063342c7981a163b1dda93c5c2d31b9f84

Contents?: true

Size: 554 Bytes

Versions: 65

Compression:

Stored size: 554 Bytes

Contents

module RSpec
  module Matchers
    module BuiltIn
      class Eql < BaseMatcher
        def match(expected, actual)
          actual.eql? expected
        end

        def failure_message_for_should
          "\nexpected: #{expected.inspect}\n     got: #{actual.inspect}\n\n(compared using eql?)\n"
        end

        def failure_message_for_should_not
          "\nexpected: value != #{expected.inspect}\n     got: #{actual.inspect}\n\n(compared using eql?)\n"
        end

        def diffable?
          true
        end
      end
    end
  end
end

Version data entries

65 entries across 65 versions & 19 rubygems

Version Path
rspec-expectations-2.14.2 lib/rspec/matchers/built_in/eql.rb
rspec-expectations-2.14.1 lib/rspec/matchers/built_in/eql.rb
tnargav-1.2.3 vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/eql.rb
rspec-expectations-2.14.0 lib/rspec/matchers/built_in/eql.rb
sshp-0.0.2 vendor/ruby/1.9.1/gems/rspec-expectations-2.13.0/lib/rspec/matchers/built_in/eql.rb
sshp-0.0.1 vendor/ruby/1.9.1/gems/rspec-expectations-2.13.0/lib/rspec/matchers/built_in/eql.rb
rspec-expectations-2.14.0.rc1 lib/rspec/matchers/built_in/eql.rb
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/rspec-expectations-2.13.0/lib/rspec/matchers/built_in/eql.rb
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/rspec-expectations-2.13.0/lib/rspec/matchers/built_in/eql.rb
librarian-puppet-0.9.9 vendor/gems/ruby/1.9.1/gems/rspec-expectations-2.12.1/lib/rspec/matchers/built_in/eql.rb
vagrant-actionio-0.0.9 vendor/bundle/gems/rspec-expectations-2.13.0/lib/rspec/matchers/built_in/eql.rb
rspec-expectations-2.13.0 lib/rspec/matchers/built_in/eql.rb
remq-0.0.4 vendor/bundle/gems/rspec-expectations-2.12.1/lib/rspec/matchers/built_in/eql.rb
remq-0.0.3 vendor/bundle/gems/rspec-expectations-2.12.1/lib/rspec/matchers/built_in/eql.rb
librarian-puppet-0.9.8 vendor/gems/ruby/1.9.1/gems/rspec-expectations-2.12.1/lib/rspec/matchers/built_in/eql.rb
rspec-expectations-2.12.1 lib/rspec/matchers/built_in/eql.rb
rspec-expectations-2.12.0 lib/rspec/matchers/built_in/eql.rb
fragrant-0.0.5 vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/eql.rb
gem_repackager-0.1.0 support/gems/rspec-expectations-2.11.2/lib/rspec/matchers/built_in/eql.rb
librarian-puppet-0.9.4 vendor/gems/ruby/1.8/gems/rspec-expectations-2.11.2/lib/rspec/matchers/built_in/eql.rb