Created
December 23, 2013 01:44
-
-
Save benlieb/8090684 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ rake -T spec | |
rake spec # Run all specs in spec directory (excluding plugin specs) | |
rake spec:controllers # Run the code examples in spec/controllers | |
rake spec:helpers # Run the code examples in spec/helpers | |
rake spec:models # Run the code examples in spec/models | |
> | |
$ rake spec:models | |
rake aborted! | |
Don't know how to build task 'spec:models' | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment