diff --git a/features/builder.feature b/features/builder.feature index 0fbeeb04..1d4a8a02 100644 --- a/features/builder.feature +++ b/features/builder.feature @@ -21,6 +21,7 @@ Feature: Builder | _partial | | _liquid_partial | | layout | + | other_layout | | layouts/custom | | layouts/content_for | diff --git a/fixtures/test-app/source/other_layout.erb b/fixtures/test-app/source/other_layout.erb new file mode 100644 index 00000000..e4d2addd --- /dev/null +++ b/fixtures/test-app/source/other_layout.erb @@ -0,0 +1 @@ +This is another layout! \ No newline at end of file