Skip to content
This repository has been archived by the owner on Jul 1, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 285 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 285 Bytes

Rspec sample

Installation

$ gem install bundler
$ gem install bundler -n /usr/local/bin # if you are using Mac OS X El Capitan
$ bundle install --path vendor/bundle

Execution

$ bundle exec ruby app.rb

Test

$ bundle exec rspec spec