aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/performance
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/testing/performance')
-rw-r--r--activesupport/lib/active_support/testing/performance/ruby/yarv.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/activesupport/lib/active_support/testing/performance/ruby/yarv.rb b/activesupport/lib/active_support/testing/performance/ruby/yarv.rb
index ad0e882214..498bc6b4db 100644
--- a/activesupport/lib/active_support/testing/performance/ruby/yarv.rb
+++ b/activesupport/lib/active_support/testing/performance/ruby/yarv.rb
@@ -1,10 +1,3 @@
-begin
- gem 'test-unit'
-rescue LoadError
- $stderr.puts 'Specify test-unit as application\'s dependency in Gemfile to run benchmarks.'
- exit
-end
-
module ActiveSupport
module Testing
module Performance