Skip to content

Instantly share code, notes, and snippets.

@timharding
Created January 21, 2015 12:23
Show Gist options
  • Save timharding/40433fd3a8a81361a444 to your computer and use it in GitHub Desktop.
Save timharding/40433fd3a8a81361a444 to your computer and use it in GitHub Desktop.
uninitialized constant ActiveSupport::Deprecation (NameError)
tim@factory:~/Documents/Development/icehitman (master)$ AUTOFEATURE=true bundle exec autotest
loading autotest/cucumber_rails_rspec
/usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/core_ext/module/deprecation.rb:21:in `deprecate': uninitialized constant ActiveSupport::Deprecation (NameError)
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/core_ext/class/delegating_attributes.rb:26:in `<class:Class>'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/core_ext/class/delegating_attributes.rb:6:in `<top (required)>'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/core_ext/class.rb:2:in `require'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/core_ext/class.rb:2:in `<top (required)>'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/core_ext.rb:2:in `require'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/core_ext.rb:2:in `block in <top (required)>'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/core_ext.rb:1:in `each'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/core_ext.rb:1:in `<top (required)>'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-autotest-1.0.0/lib/rspec/rails/autotest.rb:25:in `require'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-autotest-1.0.0/lib/rspec/rails/autotest.rb:25:in `<top (required)>'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-autotest-1.0.0/lib/autotest/rails_rspec.rb:1:in `require'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-autotest-1.0.0/lib/autotest/rails_rspec.rb:1:in `<top (required)>'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/cucumber-1.3.18/lib/autotest/cucumber_rails_rspec.rb:2:in `require'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/cucumber-1.3.18/lib/autotest/cucumber_rails_rspec.rb:2:in `<top (required)>'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/ZenTest-4.11.0/lib/autotest.rb:164:in `require'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/ZenTest-4.11.0/lib/autotest.rb:164:in `runner'
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/ZenTest-4.11.0/bin/autotest:6:in `<top (required)>'
from /usr/local/var/rbenv/versions/2.1.2/bin/autotest:23:in `load'
from /usr/local/var/rbenv/versions/2.1.2/bin/autotest:23:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment