Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created December 23, 2013 01:44
Show Gist options
  • Save benlieb/8090684 to your computer and use it in GitHub Desktop.
Save benlieb/8090684 to your computer and use it in GitHub Desktop.
$ 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