1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Allow to run connection_adapters/quoting_test.rb independently

This commit is contained in:
Piotr Sarnacki 2012-05-09 17:08:36 -07:00
parent df0324f7dd
commit ea40990f4b

View file

@ -1,3 +1,5 @@
require "cases/helper"
module ActiveRecord
module ConnectionAdapters
module Quoting
@ -8,4 +10,4 @@ module ActiveRecord
end
end
end
end
end