Skip to content

Commit

Permalink
#1 - Use VCR to avoid remote request call when run rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuhao committed Sep 17, 2016
1 parent b3d400a commit feafe7c
Show file tree
Hide file tree
Showing 18 changed files with 1,148 additions and 46 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -8,6 +8,9 @@ if RUBY_VERSION < '2'
gem 'json', '1.8.3'
gem 'tins', '1.6.0'
end
gem 'rspec', '~> 3.5.0'
gem 'webmock', require: 'webmock/rspec'
gem 'vcr', '~> 3.0', '>= 3.0.3'
gem 'coveralls', require: false
gem 'rubocop', require: false
gem 'rubocop-rspec', '1.4.1'
1 change: 0 additions & 1 deletion china_aqi.gemspec
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.5.0'
if RUBY_VERSION < '2.2.2'
spec.add_dependency 'activesupport', '~> 4.0'
else
Expand Down

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

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

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

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

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

0 comments on commit feafe7c

Please sign in to comment.