aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/views/with_controller_layout
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/new_base/views/with_controller_layout')
-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
2 files changed, 0 insertions, 2 deletions
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
deleted file mode 100644
index c57eff55eb..0000000000
--- a/actionpack/test/new_base/views/with_controller_layout/happy_path/render_action_with_controller_layout/hello_world.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 43d89fde52..0000000000
--- a/actionpack/test/new_base/views/with_controller_layout/layouts/happy_path/render_action_with_controller_layout.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-With Controller Layout! <%= yield %> KTHXBAI \ No newline at end of file