diff options
Diffstat (limited to 'spec/fixtures/templates/layout.html.erb')
-rw-r--r-- | spec/fixtures/templates/layout.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/fixtures/templates/layout.html.erb b/spec/fixtures/templates/layout.html.erb new file mode 100644 index 0000000..ffa0acd --- /dev/null +++ b/spec/fixtures/templates/layout.html.erb @@ -0,0 +1,3 @@ +layoutfile + +<%= yield %> |