Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kul1/rspec_test


https://github.com/kul1/rspec_test

Last synced: 26 days ago
JSON representation

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.