Commit a057bd6
Configure test environment (#1282)
Alternative to #1261, lifted from the existing [generator][]. However,
since the authoring of that generator, the structure of
`config/environments/test.rb` has changed, so we no longer need
conditionals.
Additionally, we set `action_dispatch.show_exceptions` to `:none` rather
than comment it out to be explicit about the value.
[generator]: https://github.com/thoughtbot/suspenders/blob/main/lib/generators/suspenders/environments/test_generator.rb
Co-authored-by: Rob Whittaker <rob@thoughtbot.com>
Co-authored-by: Jose Blanco <53355525+laicuRoot@users.noreply.github.com>1 parent d6e5a02 commit a057bd6
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
210 | 216 | | |
211 | 217 | | |
212 | 218 | | |
| |||
312 | 318 | | |
313 | 319 | | |
314 | 320 | | |
315 | | - | |
| 321 | + | |
316 | 322 | | |
317 | 323 | | |
318 | 324 | | |
| |||
0 commit comments