aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test.rb
diff options
context:
space:
mode:
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"