aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/layouts/_customers.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/actionpack/layouts/_customers.erb')
-rw-r--r--actionview/test/fixtures/actionpack/layouts/_customers.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/layouts/_customers.erb b/actionview/test/fixtures/actionpack/layouts/_customers.erb
new file mode 100644
index 0000000000..ae63f13cd3
--- /dev/null
+++ b/actionview/test/fixtures/actionpack/layouts/_customers.erb
@@ -0,0 +1 @@
+<title><%= yield Struct.new(:name).new("David") %></title> \ No newline at end of file