heartcombo--devise/test
Andreas Haller 5c19605d6f Fixed test: calling Mail::Body#encoded to get a String (Rails 3)
From Rails' CHANGELOG
… Mail.body returns a Mail::Body class object, need to call #encoded or #decoded to get the string you want.

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-03-26 11:00:46 +01:00
..
controllers Aim for Rails 3.0.0.beta1 compatibility. A few issues are still pending with Warden. 2010-03-10 15:00:12 +01:00
integration Add support to multipart e-mails (just put them in your mailers folder) and headers customization by simply defining headers_for in your model. 2010-03-26 10:01:24 +01:00
mailers Fixed test: calling Mail::Body#encoded to get a String (Rails 3) 2010-03-26 11:00:46 +01:00
models Clean up lockable and class methods API. 2010-03-10 16:13:54 +01:00
orm Get all tests passing for ActiveRecord and allow MongoMapper tests to run. 2010-02-17 10:11:43 +01:00
rails_app Allow to give :skip in devise_for to skip routes for an specific controller. 2010-03-12 09:54:57 +01:00
support Require files before monkey patching them. 2010-03-23 16:28:17 +01:00
devise_test.rb Keep modules definition in a different file. 2010-03-03 12:03:43 +01:00
encryptors_test.rb Got tests running on Rails 3: 369 tests, 486 assertions, 45 failures, 124 errors. 2010-02-16 14:31:49 +01:00
failure_app_test.rb Use metal for Devise::FailureApp. \m/ 2010-02-19 09:52:12 +01:00
mapping_test.rb Allow devise to work with association proxies. 2010-03-26 10:19:31 +01:00
models_test.rb Add support to multipart e-mails (just put them in your mailers folder) and headers customization by simply defining headers_for in your model. 2010-03-26 10:01:24 +01:00
routes_test.rb Allow to give :skip in devise_for to skip routes for an specific controller. 2010-03-12 09:54:57 +01:00
test_helper.rb Get all tests passing for ActiveRecord and allow MongoMapper tests to run. 2010-02-17 10:11:43 +01:00
test_helpers_test.rb Got all tests in test/models and failure app ones passing. 369 tests, 805 assertions, 13 failures, 2 errors. 2010-02-16 17:00:36 +01:00