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

Add support for command guessing in Rails 4 #181

Merged
merged 1 commit into from
Dec 10, 2012
Merged

Add support for command guessing in Rails 4 #181

merged 1 commit into from
Dec 10, 2012

Commits on Dec 9, 2012

  1. Adds command guessing support for Rails 4 functional tests

    Rails 4 issues the command
        rake_test_loader.rb test/{controllers,mailers,functional}/**/*_test.rb
    to run functional tests. This adds a second clause to the case statement
    to properly guess that these are functional tests.
    
    Adds tests for each of the basic kinds of tests Rails 4 runs.
    semanticart committed Dec 9, 2012
    Configuration menu
    Copy the full SHA
    a7024ef View commit details
    Browse the repository at this point in the history