lib/rspec/rails/adapters.rb in rspec-rails-3.2.3 vs lib/rspec/rails/adapters.rb in rspec-rails-3.3.0

- old
+ new

@@ -3,9 +3,10 @@ require 'active_support/concern' require 'active_support/core_ext/string' module RSpec module Rails + # @private def self.disable_testunit_autorun # `Test::Unit::AutoRunner.need_auto_run=` was introduced to the test-unit # gem in version 2.4.9. Previous to this version `Test::Unit.run=` was # used. The implementation of test-unit included with Ruby has neither # method.