Skip to content

Commit

Permalink
Ignore tests for :as option, not applicable to DataMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jm81 committed Nov 30, 2011
1 parent bd6d081 commit 0f5d857
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ gem 'omniauth-oauth2', '~> 1.0.0'
group :test do
gem 'omniauth-facebook'
gem 'omniauth-openid', '~> 1.0.1'
gem 'omniauth-google-oauth2', '~> 0.1.4'
gem 'webrat', '0.7.2', :require => false
gem 'mocha', :require => false
end
Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ earlier versions, but it's not been tested (if you try, please let Jared Morgan
This README only covers dm-devise specifics. Make sure to read the devise
README http://github.com/plataformatec/devise/blob/master/README.rdoc

Last tested against devise master: 2011-11-14, commit 35015e5ceb3b8ac625da8beff6134d93935a730b
Last tested against devise release 1.5.0
Last tested against devise master: 2011-11-30, commit 4243791b478b564b3cf4f0a7a5750b633bbfe2b8
Last tested against devise release 1.5.2

== Installation

Expand Down
4 changes: 4 additions & 0 deletions test/overrides/data_mapper_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ class DatabaseAuthenticatableTest < ActiveSupport::TestCase
user.save
assert_equal email.strip, user.email
end

# :as option is ActiveRecord-specific
undef :"test_should_update_password_with_valid_current_password_and_:as_option"
undef :"test_should_update_the_user_without_password_with_:as_option"
end

class ValidatableTest < ActiveSupport::TestCase
Expand Down

0 comments on commit 0f5d857

Please sign in to comment.