aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/form_builder_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/form_builder_test.rb')
-rw-r--r--actionpack/test/controller/form_builder_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/form_builder_test.rb b/actionpack/test/controller/form_builder_test.rb
index 99eeaf9ab6..5a3dc2ee03 100644
--- a/actionpack/test/controller/form_builder_test.rb
+++ b/actionpack/test/controller/form_builder_test.rb
@@ -1,4 +1,4 @@
-require 'abstract_unit'
+require "abstract_unit"
class FormBuilderController < ActionController::Base
class SpecializedFormBuilder < ActionView::Helpers::FormBuilder ; end