Commit 6faa2db
committed
Remove unused let & fix malformed test
- Removes an unused let that does not seem to serve an obvious purpose.
- Fixes a test where an unused let lead to a specified case not being tested.
- Mainly using `mutant` as a canary for an [`rspectre`](https://github.com/dgollahon/rspectre) release.1 parent c1f18b7 commit 6faa2db
File tree
2 files changed
+2
-5
lines changed- spec/unit/mutant
- ast/pattern
- matcher/method
2 files changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
0 commit comments