Make tests working on Ruby 1.9.2

This commit is contained in:
Thibaud Guillaume-Gentil 2010-10-26 15:25:41 +02:00
parent 4a8f106e60
commit bdde43b524
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
paper_trail (1.6.0)
paper_trail (1.6.1)
actionpack (>= 2.3)
activerecord (>= 2.3)

View File

@ -9,7 +9,7 @@ require 'action_controller/test_process'
require 'active_support'
require 'active_support/test_case'
require 'lib/paper_trail'
require File.expand_path('../../lib/paper_trail', __FILE__)
def connect_to_database
ActiveRecord::Base.establish_connection(