aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/abstract_unit.rb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-11 20:36:29 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-11 20:40:04 -0200
commit59b7203180edd2424f4b78fc934e92cff0d391fa (patch)
tree54b3e68f907d837a970a102754377d99e34c7583 /activesupport/test/abstract_unit.rb
parentc9b8ca97481fd88534cbe11c45181f3043a560ec (diff)
downloadrails-59b7203180edd2424f4b78fc934e92cff0d391fa.tar.gz
rails-59b7203180edd2424f4b78fc934e92cff0d391fa.tar.bz2
rails-59b7203180edd2424f4b78fc934e92cff0d391fa.zip
Remove not necessary file, move constants to the file they are used
File 'empty_bool.rb' was introduced around 4 years ago in c10958fbddb22052e7cbe5fe6b825cda3cb26e48 to remove method redefined warning in AS test suite, however we do not have such need for reuse anymore, so we can safely move the constants back to the file where they are currently used and get rid of the extra file/require.
Diffstat (limited to 'activesupport/test/abstract_unit.rb')
-rw-r--r--activesupport/test/abstract_unit.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb
index 65de48a7f6..4600855998 100644
--- a/activesupport/test/abstract_unit.rb
+++ b/activesupport/test/abstract_unit.rb
@@ -15,7 +15,6 @@ silence_warnings do
end
require 'active_support/testing/autorun'
-require 'empty_bool'
ENV['NO_RELOAD'] = '1'
require 'active_support'