aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-02-12 10:31:37 +0100
committerYves Senn <yves.senn@gmail.com>2015-02-12 10:31:37 +0100
commitd93aae9ae728c9cbf88e4c083270a49b9c75542d (patch)
treef5acdbbd179b32e4205e775caaf6099c701a6bda /activerecord/test/cases/migration_test.rb
parent22934e02c2790cb0425b925adeef03ca0ff595fa (diff)
downloadrails-d93aae9ae728c9cbf88e4c083270a49b9c75542d.tar.gz
rails-d93aae9ae728c9cbf88e4c083270a49b9c75542d.tar.bz2
rails-d93aae9ae728c9cbf88e4c083270a49b9c75542d.zip
tests, remove unused requires.
"active_support/testing/stream" is already required in `test_case.rb`. Furthermore the test "test/cases/migration_test.rb" could no longer be executed directly.
Diffstat (limited to 'activerecord/test/cases/migration_test.rb')
-rw-r--r--activerecord/test/cases/migration_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/migration_test.rb b/activerecord/test/cases/migration_test.rb
index 51b0034755..294e838cc3 100644
--- a/activerecord/test/cases/migration_test.rb
+++ b/activerecord/test/cases/migration_test.rb
@@ -1,4 +1,3 @@
-require 'active_support/testing/stream'
require "cases/helper"
require "cases/migration/helper"
require 'bigdecimal/util'