Commit 9a122f8
Fix include matcher behavior
rspec-expectations recently released v3.13.2, which includes a change to
the include matcher (see rspec/rspec-expectations@bd5d306).
This change breaks using the splat operator on an array into the include
matcher.
This commit updates the matcher to iterate over the array instead of
using the splat operator.
(cherry picked from commit 8e49889)1 parent 56d3799 commit 9a122f8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments