@@ -122,9 +122,7 @@ def response
122
122
components {
123
123
div do
124
124
partial :my_simple_partial
125
- br
126
125
partial :my_partial_with_param , "foo"
127
- br
128
126
partial :my_partial_with_partial
129
127
end
130
128
}
@@ -179,14 +177,10 @@ def my_action
179
177
some content
180
178
</ span >
181
179
182
- < br />
183
-
184
180
< span id ="my_partial_with_param ">
185
181
content with param: foo
186
182
</ span >
187
183
188
- < br />
189
-
190
184
< span id ="my_partial_with_partial ">
191
185
192
186
< span id ="my_simple_partial ">
@@ -198,8 +192,6 @@ def my_action
198
192
</ div >
199
193
HTML
200
194
201
- p stripped ( static_output )
202
- p stripped ( expected_static_output )
203
195
expect ( stripped ( static_output ) ) . to include ( stripped ( expected_static_output ) )
204
196
205
197
end
@@ -226,9 +218,7 @@ def response
226
218
components {
227
219
div do
228
220
partial :my_simple_partial
229
- br
230
221
partial :my_partial_with_param , "foo"
231
- br
232
222
partial :my_partial_with_partial
233
223
end
234
224
}
@@ -275,14 +265,10 @@ def my_action
275
265
some content
276
266
</ span >
277
267
278
- < br />
279
-
280
268
< span id ="my_partial_with_param ">
281
269
content with param: foo
282
270
</ span >
283
271
284
- < br />
285
-
286
272
< span id ="my_partial_with_partial ">
287
273
288
274
< span id ="my_simple_partial ">
@@ -317,7 +303,6 @@ def response
317
303
components {
318
304
div id : "my-component" do
319
305
slot options [ :my_first_slot ]
320
- br
321
306
slot options [ :my_second_slot ]
322
307
end
323
308
}
@@ -380,7 +365,6 @@ def my_action
380
365
< span id ="my_simple_slot ">
381
366
some content
382
367
</ span >
383
- < br />
384
368
< span id ="my_simple_slot ">
385
369
foo from page
386
370
</ span >
0 commit comments