aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/performance/ruby
diff options
context:
space:
mode:
authorGonçalo Silva <goncalossilva@gmail.com>2011-03-28 04:03:47 +0100
committerGonçalo Silva <goncalossilva@gmail.com>2011-03-28 04:03:47 +0100
commit09bd0eeefc5cb3c2cb26e17b486dd0965afbf4d5 (patch)
treecc8d74460deb72eea4abb3a03d597a6e2af9db02 /activesupport/lib/active_support/testing/performance/ruby
parentc401ad98536b8038bf20f000b41e3f185de0ab7c (diff)
downloadrails-09bd0eeefc5cb3c2cb26e17b486dd0965afbf4d5.tar.gz
rails-09bd0eeefc5cb3c2cb26e17b486dd0965afbf4d5.tar.bz2
rails-09bd0eeefc5cb3c2cb26e17b486dd0965afbf4d5.zip
fixed a couple of hidden bugs
Diffstat (limited to 'activesupport/lib/active_support/testing/performance/ruby')
-rw-r--r--activesupport/lib/active_support/testing/performance/ruby/yarv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/testing/performance/ruby/yarv.rb b/activesupport/lib/active_support/testing/performance/ruby/yarv.rb
index ed2b8d6803..38b6e67767 100644
--- a/activesupport/lib/active_support/testing/performance/ruby/yarv.rb
+++ b/activesupport/lib/active_support/testing/performance/ruby/yarv.rb
@@ -1,5 +1,5 @@
begin
- require 'test-unit'
+ gem 'test-unit'
rescue LoadError
$stderr.puts 'Specify test-unit as application\'s dependency in Gemfile to run benchmarks.'
exit