Commit 470c9a8
Requests page fails due to trying to modify a frozen string. (#630)
* Inserting into frozen string fails.
Frozen strings cannot have `#insert` called on them, this was causing an
error on the requests page.
* Only dup blank page
* Spec actually was incorrect: we werent inserting the script tag!
---------
Co-authored-by: Nate Berkopec <[email protected]>1 parent 1b42966 commit 470c9a8
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments