diff options
author | Gonçalo Silva <goncalossilva@gmail.com> | 2011-05-10 02:52:10 +0100 |
---|---|---|
committer | Gonçalo Silva <goncalossilva@gmail.com> | 2011-05-10 02:52:10 +0100 |
commit | aaa85cde6068f4db6fabe7bfef664f73bbc6938f (patch) | |
tree | 1b9ebd51e5b733ac8e4633aed8a32754118d6570 /activesupport/lib/active_support/testing/performance.rb | |
parent | 0304d8076adefe63b07bbc7e9f464f99ac24ca59 (diff) | |
download | rails-aaa85cde6068f4db6fabe7bfef664f73bbc6938f.tar.gz rails-aaa85cde6068f4db6fabe7bfef664f73bbc6938f.tar.bz2 rails-aaa85cde6068f4db6fabe7bfef664f73bbc6938f.zip |
remove forgotten puts
Diffstat (limited to 'activesupport/lib/active_support/testing/performance.rb')
-rw-r--r-- | activesupport/lib/active_support/testing/performance.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/testing/performance.rb b/activesupport/lib/active_support/testing/performance.rb index 4e970c034f..f0287b0440 100644 --- a/activesupport/lib/active_support/testing/performance.rb +++ b/activesupport/lib/active_support/testing/performance.rb @@ -28,7 +28,6 @@ module ActiveSupport :output => 'tmp/performance', :benchmark => true } else - puts "not" { :runs => 1, :output => 'tmp/performance', :benchmark => false } |