Skip to content

Instantly share code, notes, and snippets.

@jherdman
Created April 21, 2013 21:06
Show Gist options
  • Save jherdman/5431066 to your computer and use it in GitHub Desktop.
Save jherdman/5431066 to your computer and use it in GitHub Desktop.
/Users/james/Projects/active_admin/spec/spec_helper.rb:9:in `load_defaults!': uninitialized constant ActiveAdminIntegrationSpecHelper::Category (NameError)
from /Users/james/Projects/active_admin/spec/spec_helper.rb:104:in `<top (required)>'
from /Users/james/Projects/active_admin/spec/integration/default_namespace_spec.rb:1:in `require'
from /Users/james/Projects/active_admin/spec/integration/default_namespace_spec.rb:1:in `<top (required)>'
from /Users/james/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `load'
from /Users/james/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `block in load_spec_files'
from /Users/james/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `map'
from /Users/james/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `load_spec_files'
from /Users/james/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rspec-core-2.9.0/lib/rspec/core/command_line.rb:22:in `run'
from /Users/james/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb:69:in `run'
from /Users/james/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb:10:in `block in autorun'
rake aborted!
@clm-a
Copy link

clm-a commented May 2, 2013

Hello, I get this exactly the same issue when trying to run the AA test suite. Did you get any clue to avoid this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment