aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-08-06 19:22:51 +0200
committerXavier Noria <fxn@hashref.com>2016-08-06 19:22:51 +0200
commit92e2d16a3c75d549fcd9422a31acd3323b74abaa (patch)
tree87ec73bccb940860615faa5e8924dcf043e5531f /tools/test.rb
parent78d3f84955bccad0ab161c5f2b4c1133813161a3 (diff)
downloadrails-92e2d16a3c75d549fcd9422a31acd3323b74abaa.tar.gz
rails-92e2d16a3c75d549fcd9422a31acd3323b74abaa.tar.bz2
rails-92e2d16a3c75d549fcd9422a31acd3323b74abaa.zip
applies new string literal convention in tools
The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
Diffstat (limited to 'tools/test.rb')
-rw-r--r--tools/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.rb b/tools/test.rb
index 62e0faa3db..7819c13ee2 100644
--- a/tools/test.rb
+++ b/tools/test.rb
@@ -1,6 +1,6 @@
$: << File.expand_path("test", COMPONENT_ROOT)
-require 'bundler'
+require "bundler"
Bundler.setup
require "rails/test_unit/minitest_plugin"