mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Test suite runs, however there's still some failing tests. This allows us to at least have a working test suite so they can fix these datamapper spec failures individually.
5 lines
125 B
Ruby
5 lines
125 B
Ruby
require File.expand_path('../../rails_app/config/environment', __FILE__)
|
|
require 'rails/test_help'
|
|
|
|
DataMapper.auto_migrate!
|