Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avh4/ruby-tdd-interview-template


https://github.com/avh4/ruby-tdd-interview-template

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

## Initialization

```bash
bundle
```

## Development

- Run tests: `bundle exec rspec`
- Run tests whenever files change: `bundle exec guard`