Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avh4/ruby-tdd-interview-template
https://github.com/avh4/ruby-tdd-interview-template
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avh4/ruby-tdd-interview-template
- Owner: avh4
- Created: 2016-05-19T20:52:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T20:55:01.000Z (over 8 years ago)
- Last Synced: 2024-10-27T12:06:07.996Z (about 2 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Initialization
```bash
bundle
```## Development
- Run tests: `bundle exec rspec`
- Run tests whenever files change: `bundle exec guard`