-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
1b85e83
commit a7024ef
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters