Integrating VCR and RSpec

This commit is contained in:
Gregory Eremin
2011-10-19 17:49:54 +04:00
parent 008529ded5
commit 3818c6008f
7 changed files with 101 additions and 51 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
require 'rubygems'
require 'bundler'
begin
Bundler.setup(:default, :development)
Bundler.setup(:default, :test)
rescue Bundler::BundlerError => e
$stderr.puts e.message
$stderr.puts "Run `bundle install` to install missing gems"