Commit 63d6b52
committed
Remove check for rails-controller-testing gem
The `rails-controller-testing` gem provided helper methods for controller tests up to Rails 4.2. This condition was used to support testing with both Rails 4.2 and Rails 5+. Since we no longer test with Rails versions below 5, the condition is no longer necessary.
ref: #211 parent baf88e9 commit 63d6b52
1 file changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
47 | 41 | | |
0 commit comments