Sha256: 28f32f546a3058ca930613cff0546bb13a600b75165c31d49bbb75af1e465bf1

Contents?: true

Size: 503 Bytes

Versions: 37

Compression:

Stored size: 503 Bytes

Contents

# Include Matchers for other test frameworks.  Note that MiniTest _must_
# come before TU because on ruby 1.9, T::U::TC is a subclass of MT::U::TC
# and a 1.9 bug can lead to infinite recursion from the `super` call in our
# method_missing hook.  See this gist for more info:
# https://gist.github.com/845896
if defined?(MiniTest::Unit::TestCase)
  MiniTest::Unit::TestCase.send(:include, RSpec::Matchers)
end
if defined?(Test::Unit::TestCase)
  Test::Unit::TestCase.send(:include, RSpec::Matchers)
end

Version data entries

37 entries across 37 versions & 10 rubygems

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/test_unit_integration.rb
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/test_unit_integration.rb
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/test_unit_integration.rb
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/test_unit_integration.rb
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/test_unit_integration.rb
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/test_unit_integration.rb
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/test_unit_integration.rb
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/rspec-expectations-2.14.5/lib/rspec/matchers/test_unit_integration.rb
opal-rspec-cj-0.4.4 vendor_lib/rspec/matchers/test_unit_integration.rb
opal-rspec-0.4.3 vendor_lib/rspec/matchers/test_unit_integration.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/rspec-expectations-2.14.5/lib/rspec/matchers/test_unit_integration.rb
opal-rspec-0.4.2 vendor_lib/rspec/matchers/test_unit_integration.rb
opal-rspec-0.4.1 vendor_lib/rspec/matchers/test_unit_integration.rb
opal-rspec-0.4.0 vendor_lib/rspec/matchers/test_unit_integration.rb
opal-rspec-0.4.0.beta4 vendor_lib/rspec/matchers/test_unit_integration.rb
dxruby_rp5-0.0.4 spec/vendor/rspec-expectations-2.14.4/lib/rspec/matchers/test_unit_integration.rb
rspec-expectations-2.14.5 lib/rspec/matchers/test_unit_integration.rb
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/test_unit_integration.rb
mango-0.7.1 vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/lib/rspec/matchers/test_unit_integration.rb
dxruby_rp5-0.0.3 spec/vendor/rspec-expectations-2.14.4/lib/rspec/matchers/test_unit_integration.rb