aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-09-21 16:10:23 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2012-09-21 16:10:23 -0700
commitec28c059b76702254f64989f04b29be4ac3f39fd (patch)
tree53b0ccbdf0ff0b51363c1e9f5155e4292c82d795 /activesupport/test
parentb7918cce046810ad66c9e641e8f92e549b76c31b (diff)
parentc60e19bc6da39807f551d280b88396678646212a (diff)
downloadrails-ec28c059b76702254f64989f04b29be4ac3f39fd.tar.gz
rails-ec28c059b76702254f64989f04b29be4ac3f39fd.tar.bz2
rails-ec28c059b76702254f64989f04b29be4ac3f39fd.zip
Merge pull request #7726 from jcorcuera/master
Remove '.rb' from require sentences
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/core_ext/object/to_query_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/object/to_query_test.rb b/activesupport/test/core_ext/object/to_query_test.rb
index c34647c1df..8d1a8c628c 100644
--- a/activesupport/test/core_ext/object/to_query_test.rb
+++ b/activesupport/test/core_ext/object/to_query_test.rb
@@ -1,7 +1,7 @@
require 'abstract_unit'
require 'active_support/ordered_hash'
require 'active_support/core_ext/object/to_query'
-require 'active_support/core_ext/string/output_safety.rb'
+require 'active_support/core_ext/string/output_safety'
class ToQueryTest < ActiveSupport::TestCase
def test_simple_conversion