uploadcare / uploadcare-ruby

Ruby API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
39 stars 28 forks source link

Remove should syntax from parser spec #42

Closed lidimayra closed 6 years ago

lidimayra commented 6 years ago

Usage of should syntax was raising deprecation warnings. Since RSpec 3, recommended syxtax is expect.

Refs: https://relishapp.com/rspec/rspec-expectations/docs/syntax-configuration http://www.betterspecs.org/#should

Before:

dep01

After:

dep02

vizvamitra commented 6 years ago

Thanks again for your contribution ^_^

lidimayra commented 6 years ago

You're welcome!! :wink: