aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-10-09 22:22:17 -0300
committerJosé Valim <jose.valim@gmail.com>2009-10-15 18:19:25 -0300
commit11f9f556b83f90e33ae516cc7a74177a9befdb0b (patch)
tree5df7f58b97f41bd5aca747b032d2699dc1fcb06c /activesupport/lib
parenta15e02d44ac2afb27a7e8e652c98a796d271b645 (diff)
downloadrails-11f9f556b83f90e33ae516cc7a74177a9befdb0b.tar.gz
rails-11f9f556b83f90e33ae516cc7a74177a9befdb0b.tar.bz2
rails-11f9f556b83f90e33ae516cc7a74177a9befdb0b.zip
Make Orchestra specs run on isolation.
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/orchestra.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/orchestra.rb b/activesupport/lib/active_support/orchestra.rb
index 7d4c25669d..96e6ce8865 100644
--- a/activesupport/lib/active_support/orchestra.rb
+++ b/activesupport/lib/active_support/orchestra.rb
@@ -1,5 +1,6 @@
require 'thread'
require 'active_support/core_ext/module/delegation'
+require 'active_support/core_ext/module/attribute_accessors'
module ActiveSupport
# Orchestra provides an instrumentation API for Ruby. To instrument an action