Skip to content

Commit

Permalink
added docco for rake testrun
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Aug 20, 2008
1 parent 594ece0 commit 5f57fe7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Expand Up @@ -57,6 +57,14 @@ So, to create a task `foo:bar:baz`, you'll need to add a folder `foo/bar` and cr
end
end

### Testing tasks (even if not installed)

Whilst a task is in development you can execute it locally, without sake, using `rake testrun`.

To run the local version of foo/bar/baz.sake, use:

rake testrun foo:bar:baz

### Installing individual tasks/files

The `rake install` task can selectively install only tasks/files that you are working on, rather than all the files in your repository, using either the `ONLY_FILES` or `ONLY_TASKS` environment variable.
Expand Down

0 comments on commit 5f57fe7

Please sign in to comment.