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

NoMethodError when running RSpec (ActionController::TestCase) #13

Open
zeevallin opened this issue Mar 17, 2015 · 2 comments
Open

NoMethodError when running RSpec (ActionController::TestCase) #13

zeevallin opened this issue Mar 17, 2015 · 2 comments
Labels

Comments

@zeevallin
Copy link
Owner

Re-opening @caulfield's #7 for investigation

All my controller(and acceptance) specs was broken with error
> undefined method `as' for nil:NilClass

I'm using rspec-rails 2.13.2 and rails 4.0.0.

I found out that ActionController::TestCase (rspec uses it) instance fire `#params=` twice. nil first and expected params then.

I am not sure it's acrance bug, but I think we should handle nil and Arcane::Parametrs'able variables
@zeevallin zeevallin added the bug label Mar 17, 2015
@ngw
Copy link

ngw commented Mar 20, 2015

Is there an ETA for this? My whole test suite is broken...

@ngw
Copy link

ngw commented Mar 25, 2015

Ping

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

No branches or pull requests

2 participants