Skip to content
  • Stefan Schulte's avatar
    Switch to rspec3 matchers · 18dcf32e
    Stefan Schulte authored
    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
    18dcf32e