Skip to content

Instantly share code, notes, and snippets.

@torkale
Created May 9, 2012 09:23
Show Gist options
  • Save torkale/2643272 to your computer and use it in GitHub Desktop.
Save torkale/2643272 to your computer and use it in GitHub Desktop.
add vcr and fakeweb to gemfile
group :test do
gem 'vcr'
gem 'fakeweb'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment