Files
devise/test/orm/data_mapper.rb
Jacques Crocker bb504e08aa Initial Datamapper test suite
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.
2010-03-27 16:15:23 -07:00

5 lines
125 B
Ruby

require File.expand_path('../../rails_app/config/environment', __FILE__)
require 'rails/test_help'
DataMapper.auto_migrate!