Commit a870d4e
committed
Fix context depending on connected?
For some reason I can't get our connected? to return true. It's unclear
whether its a (monkey patching) bug in our app, but it shouldn't be
necessary here anyways since we're only looking at statically defined
configuration.
This rescue may not be necessary, there's one test in Rails' suite that
fails without it but it seems suspect.1 parent 1ba86ee commit a870d4e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | 208 | | |
210 | | - | |
| 209 | + | |
211 | 210 | | |
212 | 211 | | |
213 | 212 | | |
| |||
0 commit comments