Skip to content

Commit

Permalink
Load 'active_record', not 'activerecord': silences deprecation warnin…
Browse files Browse the repository at this point in the history
…gs. (From David Yip)
  • Loading branch information
pat committed Dec 14, 2009
1 parent 7eb2d33 commit 3c81ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')
require 'test/unit'
require 'rubygems'
require 'activerecord'
require 'active_record'

begin
require 'sqlite3'
Expand Down

0 comments on commit 3c81ad8

Please sign in to comment.