aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/abstract_unit.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2015-03-06 04:38:54 +1030
committerMatthew Draper <matthew@trebex.net>2015-03-06 04:38:54 +1030
commitb5eb0b6cc3d01255b0f04092eee6046ce0b68dba (patch)
tree400c914ab3ba17c93c9e10fd682834a9f8b32d2a /railties/test/abstract_unit.rb
parentf18b5fe9b1a57d0ec0a3631000fce168b33e1e54 (diff)
downloadrails-b5eb0b6cc3d01255b0f04092eee6046ce0b68dba.tar.gz
rails-b5eb0b6cc3d01255b0f04092eee6046ce0b68dba.tar.bz2
rails-b5eb0b6cc3d01255b0f04092eee6046ce0b68dba.zip
Revert "Leave all our tests as order_dependent! for now"
This reverts commit 2f52f969885b2834198de0045748436a4651a94e. Conflicts: actionmailer/test/abstract_unit.rb actionview/test/abstract_unit.rb activemodel/test/cases/helper.rb activerecord/test/cases/helper.rb activesupport/test/abstract_unit.rb railties/test/abstract_unit.rb
Diffstat (limited to 'railties/test/abstract_unit.rb')
-rw-r--r--railties/test/abstract_unit.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/test/abstract_unit.rb b/railties/test/abstract_unit.rb
index ab8883e135..794d180e5d 100644
--- a/railties/test/abstract_unit.rb
+++ b/railties/test/abstract_unit.rb
@@ -30,9 +30,4 @@ end
class ActiveSupport::TestCase
include ActiveSupport::Testing::Stream
-
- # FIXME: we have tests that depend on run order, we should fix that and
- # remove this method call.
- self.test_order = :sorted
-
end