1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Compatibility with Ruby 1.9.1 and 1.9.2.

This commit is contained in:
José Valim 2010-03-26 11:27:19 +01:00
parent 5c19605d6f
commit ca4e09390e
35 changed files with 50 additions and 43 deletions

View file

@ -1,4 +1,4 @@
require 'test/test_helper'
require 'test_helper'
class ValidatableTest < ActiveSupport::TestCase
extend Devise::TestSilencer if [:mongo_mapper, :data_mapper].include?(DEVISE_ORM)