Skip to content

Commit

Permalink
Merge pull request rails#1191 from arunagw/removal_extra
Browse files Browse the repository at this point in the history
Removal require again from tests.
  • Loading branch information
josevalim committed May 21, 2011
2 parents f007885 + 40e3377 commit f674aed
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion activesupport/test/callback_inheritance_test.rb
@@ -1,6 +1,5 @@
require 'abstract_unit'
require 'test/unit'
require 'active_support'

class GrandParent
include ActiveSupport::Callbacks
Expand Down
1 change: 0 additions & 1 deletion activesupport/test/callbacks_test.rb
@@ -1,6 +1,5 @@
require 'abstract_unit'
require 'test/unit'
require 'active_support'

module CallbacksTest
class Phone
Expand Down
1 change: 0 additions & 1 deletion activesupport/test/file_update_checker_test.rb
@@ -1,6 +1,5 @@
require 'abstract_unit'
require 'test/unit'
require 'active_support'
require 'fileutils'

MTIME_FIXTURES_PATH = File.expand_path("../fixtures", __FILE__)
Expand Down
@@ -1,5 +1,4 @@
require 'abstract_unit'
require 'active_support'
require 'test/unit'

class FlashCacheOnPrivateMemoizationTest < Test::Unit::TestCase
Expand Down

0 comments on commit f674aed

Please sign in to comment.