aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/views
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/new_base/views')
-rw-r--r--actionpack/test/new_base/views/with_application_layout/happy_path/render_action_with_layout/hello_world.html.erb (renamed from actionpack/test/new_base/views/with_layout/happy_path/render_action_with_layout/hello_world.html.erb)0
-rw-r--r--actionpack/test/new_base/views/with_application_layout/layouts/application.html.erb (renamed from actionpack/test/new_base/views/with_layout/layouts/application.html.erb)0
-rw-r--r--actionpack/test/new_base/views/with_both_layouts/happy_path/render_action_with_controller_layout_first/hello_world.html.erb1
-rw-r--r--actionpack/test/new_base/views/with_both_layouts/layouts/application.html.erb1
-rw-r--r--actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb1
-rw-r--r--actionpack/test/new_base/views/with_controller_layout/happy_path/render_action_with_controller_layout/hello_world.html.erb1
-rw-r--r--actionpack/test/new_base/views/with_controller_layout/layouts/happy_path/render_action_with_controller_layout.html.erb1
7 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/test/new_base/views/with_layout/happy_path/render_action_with_layout/hello_world.html.erb b/actionpack/test/new_base/views/with_application_layout/happy_path/render_action_with_layout/hello_world.html.erb
index c57eff55eb..c57eff55eb 100644
--- a/actionpack/test/new_base/views/with_layout/happy_path/render_action_with_layout/hello_world.html.erb
+++ b/actionpack/test/new_base/views/with_application_layout/happy_path/render_action_with_layout/hello_world.html.erb
diff --git a/actionpack/test/new_base/views/with_layout/layouts/application.html.erb b/actionpack/test/new_base/views/with_application_layout/layouts/application.html.erb
index 25f839fded..25f839fded 100644
--- a/actionpack/test/new_base/views/with_layout/layouts/application.html.erb
+++ b/actionpack/test/new_base/views/with_application_layout/layouts/application.html.erb
diff --git a/actionpack/test/new_base/views/with_both_layouts/happy_path/render_action_with_controller_layout_first/hello_world.html.erb b/actionpack/test/new_base/views/with_both_layouts/happy_path/render_action_with_controller_layout_first/hello_world.html.erb
new file mode 100644
index 0000000000..c57eff55eb
--- /dev/null
+++ b/actionpack/test/new_base/views/with_both_layouts/happy_path/render_action_with_controller_layout_first/hello_world.html.erb
@@ -0,0 +1 @@
+Hello World! \ No newline at end of file
diff --git a/actionpack/test/new_base/views/with_both_layouts/layouts/application.html.erb b/actionpack/test/new_base/views/with_both_layouts/layouts/application.html.erb
new file mode 100644
index 0000000000..25f839fded
--- /dev/null
+++ b/actionpack/test/new_base/views/with_both_layouts/layouts/application.html.erb
@@ -0,0 +1 @@
+OHAI <%= yield %> KTHXBAI \ No newline at end of file
diff --git a/actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb b/actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb
new file mode 100644
index 0000000000..43d89fde52
--- /dev/null
+++ b/actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb
@@ -0,0 +1 @@
+With Controller Layout! <%= yield %> KTHXBAI \ No newline at end of file
diff --git a/actionpack/test/new_base/views/with_controller_layout/happy_path/render_action_with_controller_layout/hello_world.html.erb b/actionpack/test/new_base/views/with_controller_layout/happy_path/render_action_with_controller_layout/hello_world.html.erb
new file mode 100644
index 0000000000..c57eff55eb
--- /dev/null
+++ b/actionpack/test/new_base/views/with_controller_layout/happy_path/render_action_with_controller_layout/hello_world.html.erb
@@ -0,0 +1 @@
+Hello World! \ No newline at end of file
diff --git a/actionpack/test/new_base/views/with_controller_layout/layouts/happy_path/render_action_with_controller_layout.html.erb b/actionpack/test/new_base/views/with_controller_layout/layouts/happy_path/render_action_with_controller_layout.html.erb
new file mode 100644
index 0000000000..43d89fde52
--- /dev/null
+++ b/actionpack/test/new_base/views/with_controller_layout/layouts/happy_path/render_action_with_controller_layout.html.erb
@@ -0,0 +1 @@
+With Controller Layout! <%= yield %> KTHXBAI \ No newline at end of file