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