test/rails_app/config/environment.rb in devise-0.7.5 vs test/rails_app/config/environment.rb in devise-0.8.0

- old
+ new

@@ -1,8 +1,9 @@ # Be sure to restart your server when you modify this file # Specifies gem version of Rails to use when vendor/rails is not present RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION +DEVISE_ORM = :active_record unless defined? DEVISE_ORM # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') Rails::Initializer.run do |config|