Failing test case that shows non-default layouts improperly generating an output file.
This commit is contained in:
parent
7e86ed058f
commit
4af08e4f0c
|
@ -21,6 +21,7 @@ Feature: Builder
|
|||
| _partial |
|
||||
| _liquid_partial |
|
||||
| layout |
|
||||
| other_layout |
|
||||
| layouts/custom |
|
||||
| layouts/content_for |
|
||||
|
||||
|
|
1
fixtures/test-app/source/other_layout.erb
Normal file
1
fixtures/test-app/source/other_layout.erb
Normal file
|
@ -0,0 +1 @@
|
|||
This is another layout!
|
Loading…
Reference in a new issue