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

Add missing require

This commit is contained in:
Jon Leighton 2011-12-03 20:39:49 +00:00
parent 3f23c049c2
commit e9b6659c4c

View file

@ -1,3 +1,5 @@
require 'cases/helper'
class PostgreSQLUtilsTest < ActiveSupport::TestCase
include ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Utils