https://github.com/pegasd/beaker-rspec-skel
https://github.com/pegasd/beaker-rspec-skel
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pegasd/beaker-rspec-skel
- Owner: pegasd
- Created: 2016-12-12T18:32:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T19:29:08.000Z (over 9 years ago)
- Last Synced: 2025-02-06T13:31:21.983Z (over 1 year ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beaker-rspec-skel
## Setup
### Pre-requisites on OS X
- bundler [gem install bundler]
- vagrant [get it here](https://www.vagrantup.com/downloads.html)
- VirtualBox [get it here](https://www.virtualbox.org/wiki/Downloads)
### Usage
```bash
git clone https://github.com/pegasd/beaker-rspec-skel.git mymodule
cd mymodule
bundler
bundle exec rspec spec/acceptance
```