lib/active_support/testing/performance.rb in activesupport-2.3.8 vs lib/active_support/testing/performance.rb in activesupport-2.3.9.pre

- old
+ new

@@ -22,10 +22,10 @@ :formats => [:flat, :graph_html, :call_tree], :output => 'tmp/performance' } end.freeze def self.included(base) - base.superclass_delegating_accessor :profile_options + base.class_attribute :profile_options base.profile_options = DEFAULTS end def full_test_name "#{self.class.name}##{method_name}"