Skip to content

Commit

Permalink
work around rspec its deprecation with rspec-its
Browse files Browse the repository at this point in the history
Was seeing this deprecation message in the rspec output

    Use of rspec-core's `its` method is deprecated. Use the rspec-its gem
    instead.
  • Loading branch information
Jordan Stephens committed Aug 22, 2014
1 parent 1fe5d44 commit 2bef23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
@@ -1,4 +1,5 @@
require 'yelp'
require 'rspec/its'
require 'support/request_error'
require 'support/shared_configuration'
require 'vcr'
Expand Down
1 change: 1 addition & 0 deletions yelp.gemspec
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'rake', '~> 10.0', '>= 10.0.0'
spec.add_development_dependency 'rspec', '~> 2.6'
spec.add_development_dependency 'rspec-its', '~> 1.0.1'
spec.add_development_dependency 'pry', '~> 0.9', '>= 0.9.0'
spec.add_development_dependency 'vcr', '~> 2.8', '>= 2.8.0'
spec.add_development_dependency 'webmock', '~> 1.17', '>= 1.17.0'
Expand Down

0 comments on commit 2bef23e

Please sign in to comment.