Skip to content

Commit

Permalink
When using ActiveRecord, it will take care of load ActiveSupport
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Van Pelt <vanpelt@gmail.com>
  • Loading branch information
kusor authored and vanpelt committed May 13, 2009
1 parent 916d76c commit 6f73a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/database.rb
Expand Up @@ -2,12 +2,12 @@
$:.unshift(File.dirname(__FILE__) + '/../../rspec/lib')

require 'rubygems'
require 'active_support'
require 'spec'

#ENV['DM'] = 'true'
if ENV['DM']
puts "Running tests with DataMapper as the ORM."
require 'active_support'
require 'dm-core'
require File.dirname(__FILE__) + '/../init'
DataMapper.logger = Logger.new('/tmp/dj.log')
Expand Down

0 comments on commit 6f73a8d

Please sign in to comment.