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
- Host: GitHub
- URL: https://github.com/integralist/guard-and-rspec
- Owner: Integralist
- Created: 2014-01-17T15:33:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T13:05:50.000Z (almost 12 years ago)
- Last Synced: 2025-01-31T16:55:27.823Z (over 1 year ago)
- Language: Ruby
- Size: 230 KB
- Stars: 13
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.