Skip to content

Commit

Permalink
Fix typo in the GC patch
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Sep 20, 2011
1 parent b98703c commit 77b1055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -93,7 +93,7 @@ class ActionController::IntegrationTest

class ActiveSupport::TestCase
begin
require 'ruby_gc_test_patchs'
require 'ruby_gc_test_patch'
include RubyGcTestPatch
rescue LoadError
end
Expand Down

0 comments on commit 77b1055

Please sign in to comment.