Revert changes.

This commit is contained in:
Martin Edenhofer 2015-04-27 23:01:04 +02:00
parent d5ab29474f
commit 5b98be93e1
2 changed files with 42 additions and 46 deletions

View file

@ -3,8 +3,7 @@ require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help' require 'rails/test_help'
require 'cache' require 'cache'
module ActiveSupport class ActiveSupport::TestCase
class TestCase
# disable transactions # disable transactions
#self.use_transactional_fixtures = false #self.use_transactional_fixtures = false
@ -25,5 +24,4 @@ module ActiveSupport
end end
# Add more helper methods to be used by all tests here... # Add more helper methods to be used by all tests here...
end
end end

View file

@ -5,8 +5,7 @@ require 'cache'
require 'simplecov' require 'simplecov'
require 'simplecov-rcov' require 'simplecov-rcov'
module ActiveSupport class ActiveSupport::TestCase
class TestCase
# Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
# #
# Note: You'll currently still have to declare fixtures explicitly in integration tests # Note: You'll currently still have to declare fixtures explicitly in integration tests
@ -38,5 +37,4 @@ module ActiveSupport
end end
# Add more helper methods to be used by all tests here... # Add more helper methods to be used by all tests here...
end
end end