Ensure text/plain & text/html content typs are handled and add missing specs...
Ensure text/plain & text/html content typs are handled and add missing specs for handled HTTP status codes
Showing
... | @@ -3,6 +3,7 @@ source 'https://rubygems.org' | ... | @@ -3,6 +3,7 @@ source 'https://rubygems.org' |
group :development, :test do | group :development, :test do | ||
gem 'listen', '~> 0.5.0' | gem 'listen', '~> 0.5.0' | ||
gem 'rspec', '~> 3.8.0' | gem 'rspec', '~> 3.8.0' | ||
gem 'rspec-parameterized', '~> 0.4.0' | |||
gem 'rubocop', '0.49.1', require: false | gem 'rubocop', '0.49.1', require: false | ||
gem 'simplecov', '~> 0.9.0', require: false | gem 'simplecov', '~> 0.9.0', require: false | ||
gem 'vcr', '~> 4.0.0' | gem 'vcr', '~> 4.0.0' | ||
... | ... |
File moved
Please register or sign in to comment