aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/respond_to/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/respond_to/layouts')
-rw-r--r--actionview/test/fixtures/respond_to/layouts/missing.html.erb1
-rw-r--r--actionview/test/fixtures/respond_to/layouts/standard.html.erb1
-rw-r--r--actionview/test/fixtures/respond_to/layouts/standard.iphone.erb1
3 files changed, 3 insertions, 0 deletions
diff --git a/actionview/test/fixtures/respond_to/layouts/missing.html.erb b/actionview/test/fixtures/respond_to/layouts/missing.html.erb
new file mode 100644
index 0000000000..d6f92a3120
--- /dev/null
+++ b/actionview/test/fixtures/respond_to/layouts/missing.html.erb
@@ -0,0 +1 @@
+<html><div id="html_missing"><%= yield %></div></html> \ No newline at end of file
diff --git a/actionview/test/fixtures/respond_to/layouts/standard.html.erb b/actionview/test/fixtures/respond_to/layouts/standard.html.erb
new file mode 100644
index 0000000000..c6c1a586dd
--- /dev/null
+++ b/actionview/test/fixtures/respond_to/layouts/standard.html.erb
@@ -0,0 +1 @@
+<html><div id="html"><%= yield %></div></html> \ No newline at end of file
diff --git a/actionview/test/fixtures/respond_to/layouts/standard.iphone.erb b/actionview/test/fixtures/respond_to/layouts/standard.iphone.erb
new file mode 100644
index 0000000000..84444517f0
--- /dev/null
+++ b/actionview/test/fixtures/respond_to/layouts/standard.iphone.erb
@@ -0,0 +1 @@
+<html><div id="iphone"><%= yield %></div></html> \ No newline at end of file