Skip to content

Commit

Permalink
using VCR for most tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed Oct 9, 2012
1 parent 47fd63c commit 58b7da6
Show file tree
Hide file tree
Showing 23 changed files with 2,626 additions and 147 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Expand Up @@ -6,13 +6,14 @@ source "http://rubygems.org"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "bundler", "~> 1.1.5"
gem "shoulda", ">= 0"
gem "test-unit", '= 2.5.0'
gem "mocha", '= 0.12.0', :require => false
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.6.4"
gem "rcov", ">= 0"
gem "webmock"
gem "vcr"
end

gem "patron"
gem "vcr"
gem "patron"
8 changes: 7 additions & 1 deletion Gemfile.lock
@@ -1,6 +1,8 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.3.2)
crack (0.3.1)
git (1.2.5)
jeweler (1.6.4)
bundler (~> 1.0)
Expand All @@ -15,16 +17,20 @@ GEM
shoulda (2.11.3)
test-unit (2.5.0)
vcr (2.0.1)
webmock (1.8.10)
addressable (>= 2.2.7)
crack (>= 0.1.7)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.0.0)
bundler (~> 1.1.5)
jeweler (~> 1.6.4)
mocha (= 0.12.0)
patron
rcov
shoulda
test-unit (= 2.5.0)
vcr
webmock
81 changes: 81 additions & 0 deletions fixtures/vcr_cassettes/test_cloud_function.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions fixtures/vcr_cassettes/test_created_at.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58b7da6

Please sign in to comment.