Skip to content

Instantly share code, notes, and snippets.

@jamesbebbington
Created February 19, 2010 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesbebbington/308608 to your computer and use it in GitHub Desktop.
Save jamesbebbington/308608 to your computer and use it in GitHub Desktop.
$ rake
(in /<snip>/authlogic-2.1.3)
All dependencies seem to be installed.
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"lib:test" "/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/acts_as_authentic_test/base_test.rb" "test/acts_as_authentic_test/email_test.rb" "test/acts_as_authentic_test/logged_in_status_test.rb" "test/acts_as_authentic_test/login_test.rb" "test/acts_as_authentic_test/magic_columns_test.rb" "test/acts_as_authentic_test/password_test.rb" "test/acts_as_authentic_test/perishable_token_test.rb" "test/acts_as_authentic_test/persistence_token_test.rb" "test/acts_as_authentic_test/restful_authentication_test.rb" "test/acts_as_authentic_test/session_maintenance_test.rb" "test/acts_as_authentic_test/single_access_test.rb" "test/authenticates_many_test.rb" "test/crypto_provider_test/aes256_test.rb" "test/crypto_provider_test/bcrypt_test.rb" "test/crypto_provider_test/sha1_test.rb" "test/crypto_provider_test/sha256_test.rb" "test/crypto_provider_test/sha512_test.rb" "test/i18n_test.rb" "test/random_test.rb" "test/session_test/activation_test.rb" "test/session_test/active_record_trickery_test.rb" "test/session_test/brute_force_protection_test.rb" "test/session_test/callbacks_test.rb" "test/session_test/cookies_test.rb" "test/session_test/credentials_test.rb" "test/session_test/existence_test.rb" "test/session_test/http_auth_test.rb" "test/session_test/id_test.rb" "test/session_test/klass_test.rb" "test/session_test/magic_columns_test.rb" "test/session_test/magic_states_test.rb" "test/session_test/params_test.rb" "test/session_test/password_test.rb" "test/session_test/perishability_test.rb" "test/session_test/persistence_test.rb" "test/session_test/scopes_test.rb" "test/session_test/session_test.rb" "test/session_test/timeout_test.rb" "test/session_test/unauthorized_record_test.rb" "test/session_test/validation_test.rb"
./test/acts_as_authentic_test/../../lib/authlogic/session/timeout.rb:26:in `included': undefined method `before_persisting' for Authlogic::Session::Base:Class (NoMethodError)
from ./test/acts_as_authentic_test/../../lib/authlogic/session/timeout.rb:23:in `class_eval'
from ./test/acts_as_authentic_test/../../lib/authlogic/session/timeout.rb:23:in `included'
from ./test/acts_as_authentic_test/../../lib/authlogic/session/base.rb:10:in `include'
from ./test/acts_as_authentic_test/../../lib/authlogic/session/base.rb:10
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:167:in `require'
from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:537:in `new_constants_in'
from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:167:in `require'
from ./test/acts_as_authentic_test/../../lib/authlogic.rb:57
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:167:in `require'
from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:537:in `new_constants_in'
from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:167:in `require'
from ./test/acts_as_authentic_test/../test_helper.rb:109
from ./test/acts_as_authentic_test/base_test.rb:1:in `require'
from ./test/acts_as_authentic_test/base_test.rb:1
from /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `load'
from /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
from /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `each'
from /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
rake aborted!
Command failed with status (1): [/System/Library/Frameworks/Ruby.framework/...]
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment