Remove test ordering setup

We can now run the test suite on random order.
This commit is contained in:
Lucas Mazza 2014-09-11 17:41:40 -03:00
parent 8a8e8c6519
commit ce6e369ba8
1 changed files with 0 additions and 6 deletions

View File

@ -23,12 +23,6 @@ OmniAuth.config.logger = Logger.new('/dev/null')
$:.unshift File.expand_path('../support', __FILE__)
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
if ActiveSupport::TestCase.respond_to?(:my_tests_are_order_dependent!)
# Devise test suite is order dependent, and we need to ensure that same order
# in Rails 4.2.0.
ActiveSupport::TestCase.my_tests_are_order_dependent!
end
# For generators
require "rails/generators/test_case"
require "generators/devise/install_generator"