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 scaffold controller template and ensure rake test for scaffold works #5439

Merged
merged 1 commit into from
Mar 14, 2012

Conversation

carlosantoniodasilva
Copy link
Member

This fixes the test asserting that running rake test after creating
a scaffold passes successfully. The test was silently failing before,
due to the assertion that was matching against unit tests results
instead of the functional ones.

It also adds the same test to ensure running rake test works fine
after creating a scaffold when app is configured as http.

josevalim added a commit that referenced this pull request Mar 14, 2012
Fix scaffold controller template and ensure rake test for scaffold works
@josevalim josevalim merged commit 25861e2 into rails:master Mar 14, 2012
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

2 participants