mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 14:58:05 -05:00
Tests passing for ActiveRecord and MongoMapper.
This commit is contained in:
@@ -2,6 +2,8 @@ require 'rubygems'
|
||||
|
||||
ENV["RAILS_ENV"] = "test"
|
||||
DEVISE_ORM = (ENV["DEVISE_ORM"] || :active_record).to_sym
|
||||
|
||||
puts "\n==> Devise.orm = #{DEVISE_ORM.inspect}"
|
||||
require File.join(File.dirname(__FILE__), 'orm', DEVISE_ORM.to_s)
|
||||
|
||||
require 'webrat'
|
||||
|
||||
Reference in New Issue
Block a user