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

adding notes on how to test #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,26 @@ Frequently used tasks are aliased into the global namespace:
task 'shell' => 'heroku:shell'
```

## Tests

To run the cucumber acceptance tests:

```
$ cucumber
```

To run the rspec unit tests:

```
$ rspec
```

To run the slow cucumber heroku integration tests:

```
$ rake cucumber:remote
```

## Links

Homepage: http://github.com/fastestforward/heroku_san
Expand All @@ -189,6 +209,7 @@ Issue Tracker: http://github.com/fastestforward/heroku_san/issues
* Jonathan Hironaga ([email protected])
* Ken Mayer ([email protected])
* Matt Burke (https://github.com/spraints)
* Sam Joseph ([email protected])

## License

Expand Down