aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2012-05-09 17:08:36 -0700
committerPiotr Sarnacki <drogus@gmail.com>2012-05-09 17:08:36 -0700
commitea40990f4b64e4518d9f34e3d3101d2480217e19 (patch)
tree1df9491718b6ca27e03bdbab7bc49b7d4bb69851 /activerecord
parentdf0324f7ddee9ebe6231a488a61ca513678b4e84 (diff)
downloadrails-ea40990f4b64e4518d9f34e3d3101d2480217e19.tar.gz
rails-ea40990f4b64e4518d9f34e3d3101d2480217e19.tar.bz2
rails-ea40990f4b64e4518d9f34e3d3101d2480217e19.zip
Allow to run `connection_adapters/quoting_test.rb` independently
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/test/cases/connection_adapters/quoting_test.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/test/cases/connection_adapters/quoting_test.rb b/activerecord/test/cases/connection_adapters/quoting_test.rb
index f523cea9ca..59dcb96ebc 100644
--- a/activerecord/test/cases/connection_adapters/quoting_test.rb
+++ b/activerecord/test/cases/connection_adapters/quoting_test.rb
@@ -1,3 +1,5 @@
+require "cases/helper"
+
module ActiveRecord
module ConnectionAdapters
module Quoting
@@ -8,4 +10,4 @@ module ActiveRecord
end
end
end
-end \ No newline at end of file
+end