Commit 8baa9d5
committed
Dont set @html_document to not collide with ActionDispatch
ActionDispatch Assertions define this var, and it will memoaize it
https://github.com/rails/rails/blob/master/actionpack/lib/action_dispatch/testing/assertions.rb#L15
Thus, we cannot define the same, otherwise they will collide.1 parent 8798b93 commit 8baa9d5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments