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

https://github.com/integralist/guard-and-rspec

A test repo to demonstrate how Guard and RSpec work together
https://github.com/integralist/guard-and-rspec

Last synced: 8 months ago
JSON representation

A test repo to demonstrate how Guard and RSpec work together

Awesome Lists containing this project

README

          

# Guard and RSpec

## Installation

- `gem install bundler`
- `bundle install`

## Running

- `guard`

## Structure

The set-up of the `Guardfile` is very specific to the directory structure you
have.

A typical structure is to have `lib` and `spec` folders. That's what our
`Guardfile` is based on.