aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/callbacks_test.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-01-06 14:42:53 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-01-06 14:43:04 -0800
commit056b8386d06de5b6a864562f3f0b88ba4b4424a8 (patch)
treed42235cbb64d0d1ae6f65f648ce1c611639f86de /activesupport/test/callbacks_test.rb
parent579acb49df81c1fadfed15a93236388700744264 (diff)
downloadrails-056b8386d06de5b6a864562f3f0b88ba4b4424a8.tar.gz
rails-056b8386d06de5b6a864562f3f0b88ba4b4424a8.tar.bz2
rails-056b8386d06de5b6a864562f3f0b88ba4b4424a8.zip
removing unnecessary requires
Diffstat (limited to 'activesupport/test/callbacks_test.rb')
-rw-r--r--activesupport/test/callbacks_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/callbacks_test.rb b/activesupport/test/callbacks_test.rb
index 2085d99dfd..2c2a420619 100644
--- a/activesupport/test/callbacks_test.rb
+++ b/activesupport/test/callbacks_test.rb
@@ -1,5 +1,4 @@
require 'abstract_unit'
-require 'test/unit'
module CallbacksTest
class Phone