Commit 4a5c94d
committed
Fix RSpec warning about false positives
Using `not_to raise_error` with a specific class can hide problems with
the code causing errors of another kind so follow the recommended
practice of not using a specific class.1 parent 5a51cb7 commit 4a5c94d
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
0 commit comments