Switch to rspec3 matchers
Running the specs with rspec3 leads to the following deprecation warning: Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` instead So switch to the new expect syntax
Please register or sign in to comment