Files
openfoodnetwork/spec/models/spree
Pau Perez d439a5074b Remove unnecessary delegation specs
The custom RSpec matchers they use raises the following deprecation
warning

```
Using `stub` from rspec-mocks' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` instead. Called from /home/runner/work/openfoodnetwork/openfoodnetwork/spec/support/matchers/delegate_matchers.rb:22:in `block (2 levels) in <top (required)>'.
```

It's not worth maintaining those matchers to test such
implementation-related thing. Whether or not any delegations work is
something that will be caught by integration tests or directly stubbing
the collaborator object's methods.

This stems from
https://github.com/openfoodfoundation/openfoodnetwork/pull/6902.
2021-03-02 11:54:46 +01:00
..
2020-12-15 10:30:05 -08:00
2020-08-07 14:03:15 +01:00
2021-02-06 11:15:48 +00:00
2021-02-06 11:15:48 +00:00
2020-08-06 01:41:28 +01:00
2020-09-05 16:38:36 +01:00
2020-10-09 22:11:34 -05:00
2020-09-05 16:43:27 +01:00
2021-01-09 11:38:29 +00:00