You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rescue exception is assigned to `e`, but it is never used.
This leads to a warning:
```
rspec-parameterized-core-2.0.0/lib/rspec/parameterized/core/composite_parser.rb:28: warning: assigned but unused variable - e
```
0 commit comments