twingly / twingly-search-api-ruby

:gem: Twingly Blog Search API in Ruby
https://developer.twingly.com/
MIT License
4 stars 0 forks source link

Use the rspec-its gem #11

Closed dentarg closed 9 years ago

dentarg commented 9 years ago

From running the tests (bundle exec rake) using (ruby 2.1.5p273):

Deprecation Warnings:

Use of rspec-core's its method is deprecated. Use the rspec-its gem instead. Called from /Users/dentarg/twingly/ruby/twingly-analytics-api-ruby/spec/result_spec.rb:13:in `block (2 levels) in <top (required)>'.

Using s as a shortcut for the DocumentationFormatter is deprecated. Use d, doc, or documentation instead.

If you need more of the backtrace for any of these deprecations to identify where to make the necessary changes, you can configure config.raise_errors_for_deprecations!, and it will turn the deprecation warnings into errors, giving you the full backtrace.

2 deprecation warnings total