aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_test_case.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/system_test_case.rb')
-rw-r--r--actionpack/lib/system_test_case.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/system_test_case.rb b/actionpack/lib/system_test_case.rb
index 196798495f..373cb4f0d0 100644
--- a/actionpack/lib/system_test_case.rb
+++ b/actionpack/lib/system_test_case.rb
@@ -1,5 +1,5 @@
-require 'system_testing/test_helper'
-require 'system_testing/driver_adapter'
+require "system_testing/test_helper"
+require "system_testing/driver_adapter"
module Rails
# System tests are similar to Integration tests in that they incorporate multiple