Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spork fails to load nested namespaced controller specs in Rails 3.2.16 #23

Open
n3jain opened this issue Feb 18, 2014 · 0 comments
Open

Comments

@n3jain
Copy link

n3jain commented Feb 18, 2014

Running nested controller specs when spork is not running and not supplying the drb option fails with load_missing_constant error:
/usr/local/rvm/gems/ruby-1.8.7-p357/gems/activesupport-3.2.16/lib/active_support/dependencies.rb:503:in load_missing_constant'`

When spork is running and drb option is entered, then it complains of not being able to load jasmine-core:
Exception encountered: #<LoadError: no such file to load -- jasmine-core>
Other specs run fine w(/o) spork.

SO thread also mentions same issue: http://stackoverflow.com/questions/10021288/rails-nested-namespaced-controller-in-rails-3-2-fails-to-load-fine-in-3-0
Another mentions a workaround spork: http://stackoverflow.com/a/11157712

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant