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

Fix "instance variable not initialized" in tests #22650

Merged
merged 1 commit into from
Dec 18, 2015
Merged

Fix "instance variable not initialized" in tests #22650

merged 1 commit into from
Dec 18, 2015

Conversation

derekprior
Copy link
Contributor

The ActionPack test suite had a handful of these warnings when run. This
was due to assert_response being tested outside the context of a
controller instance where those instance variables would already have
been initialized.

The ActionPack test suite had a handful of these warnings when run. This
was due to `assert_response` being tested outside the context of a
controller instance where those instance variables would already have
been initialized.
@rails-bot
Copy link

r? @rafaelfranca

(@rails-bot has picked a reviewer for you, use r? to override)

rafaelfranca added a commit that referenced this pull request Dec 18, 2015
Fix "instance variable not initialized" in tests
@rafaelfranca rafaelfranca merged commit 027d964 into rails:master Dec 18, 2015
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

Successfully merging this pull request may close these issues.

None yet

3 participants