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