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

https://github.com/pegasd/beaker-rspec-skel


https://github.com/pegasd/beaker-rspec-skel

Last synced: 11 months ago
JSON representation

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
```