Stupid ass error:
Using `stub_chain` from rspec-mocks' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` instead
Ideal Error:
You can use the new syntax to resolve this error:
allow(double).to receive_message_chain("foo.bar") { :baz }