Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kul1/rspec_test
https://github.com/kul1/rspec_test
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kul1/rspec_test
- Owner: kul1
- Created: 2020-02-04T04:43:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T19:09:07.000Z (over 4 years ago)
- Last Synced: 2024-10-03T05:21:08.323Z (about 1 month ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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.