Skip to content

Commit

Permalink
Fixed another require so ActiveRecord::VERSION is defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Aug 25, 2010
1 parent df47d61 commit e41a2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/nulldb_spec.rb
Expand Up @@ -2,7 +2,7 @@

$LOAD_PATH << File.join(File.dirname(__FILE__), *%w[.. vendor ginger lib])
require 'ginger'
require 'active_record'
require 'active_record/version'
$: << File.join(File.dirname(__FILE__), "..", "lib")

if ActiveRecord::VERSION::MAJOR > 2
Expand Down

0 comments on commit e41a2d4

Please sign in to comment.