Sha256: 9efc11320fe7ae68bb74b700903c09ed5f62d44b9142781034af4b2445bed150

Contents?: true

Size: 245 Bytes

Versions: 252

Compression:

Stored size: 245 Bytes

Contents

module RSpec
  module Expectations
    if defined?(Test::Unit::AssertionFailedError)
      class ExpectationNotMetError < Test::Unit::AssertionFailedError; end
    else
      class ExpectationNotMetError < ::StandardError; end
    end
  end
end

Version data entries

252 entries across 151 versions & 28 rubygems

Version Path
horseman-0.0.2 vendor/ruby/1.9.1/gems/rspec-expectations-2.7.0/lib/rspec/expectations/errors.rb
rspec-expectations-2.8.0 lib/rspec/expectations/errors.rb
nutshell-crm-0.0.6.alpha vendor/bundle/gems/rspec-expectations-2.7.0/lib/rspec/expectations/errors.rb
rspec-expectations-2.8.0.rc2 lib/rspec/expectations/errors.rb
nutshell-crm-0.0.5 vendor/bundle/gems/rspec-expectations-2.7.0/lib/rspec/expectations/errors.rb
nutshell-crm-0.0.4 vendor/bundle/gems/rspec-expectations-2.7.0/lib/rspec/expectations/errors.rb
nutshell-crm-0.0.3 vendor/bundle/gems/rspec-expectations-2.7.0/lib/rspec/expectations/errors.rb
nutshell-crm-0.0.2 vendor/bundle/gems/rspec-expectations-2.7.0/lib/rspec/expectations/errors.rb
nutshell-crm-0.0.1 vendor/bundle/gems/rspec-expectations-2.7.0/lib/rspec/expectations/errors.rb
rspec-expectations-2.8.0.rc1 lib/rspec/expectations/errors.rb
rspec-expectations-2.7.0 lib/rspec/expectations/errors.rb
rspec-expectations-2.7.0.rc1 lib/rspec/expectations/errors.rb