aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/deprecated_instance_variables
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/deprecated_instance_variables')
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_cookies_method.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_flash_ivar.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_flash_method.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_headers_ivar.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_headers_method.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_params_ivar.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_params_method.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_request_ivar.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_request_method.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_response_ivar.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_response_method.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_session_ivar.rhtml1
-rw-r--r--actionpack/test/fixtures/deprecated_instance_variables/_session_method.rhtml1
14 files changed, 0 insertions, 14 deletions
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml
index 4e8a2d804c..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_cookies_ivar.rhtml
@@ -1 +0,0 @@
-<%= @cookies[:test] %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_cookies_method.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_cookies_method.rhtml
index 68e88bb746..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_cookies_method.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_cookies_method.rhtml
@@ -1 +0,0 @@
-<%= cookies[:test] %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_flash_ivar.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_flash_ivar.rhtml
index 4b4782b287..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_flash_ivar.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_flash_ivar.rhtml
@@ -1 +0,0 @@
-<%= @flash[:test] %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_flash_method.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_flash_method.rhtml
index f7f9d0913a..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_flash_method.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_flash_method.rhtml
@@ -1 +0,0 @@
-<%= flash[:test] %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_headers_ivar.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_headers_ivar.rhtml
index 1176c93ad8..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_headers_ivar.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_headers_ivar.rhtml
@@ -1 +0,0 @@
-<%= @headers[:test] %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_headers_method.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_headers_method.rhtml
index 308c4eb6ba..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_headers_method.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_headers_method.rhtml
@@ -1 +0,0 @@
-<%= headers[:test] %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_params_ivar.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_params_ivar.rhtml
index 1eea68757f..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_params_ivar.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_params_ivar.rhtml
@@ -1 +0,0 @@
-<%= @params[:test] %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_params_method.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_params_method.rhtml
index 7e349b4ca0..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_params_method.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_params_method.rhtml
@@ -1 +0,0 @@
-<%= params[:test] %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_request_ivar.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_request_ivar.rhtml
index a1680c23d5..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_request_ivar.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_request_ivar.rhtml
@@ -1 +0,0 @@
-<%= @request.method %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_request_method.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_request_method.rhtml
index 0c74cf1c1b..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_request_method.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_request_method.rhtml
@@ -1 +0,0 @@
-<%= request.method %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_response_ivar.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_response_ivar.rhtml
index 2f12d2ce32..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_response_ivar.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_response_ivar.rhtml
@@ -1 +0,0 @@
-<%= @response.body %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_response_method.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_response_method.rhtml
index 948c75929a..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_response_method.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_response_method.rhtml
@@ -1 +0,0 @@
-<%= response.body %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_session_ivar.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_session_ivar.rhtml
index 3acc1b8529..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_session_ivar.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_session_ivar.rhtml
@@ -1 +0,0 @@
-<%= @session[:test] %>
diff --git a/actionpack/test/fixtures/deprecated_instance_variables/_session_method.rhtml b/actionpack/test/fixtures/deprecated_instance_variables/_session_method.rhtml
index a899387c47..e69de29bb2 100644
--- a/actionpack/test/fixtures/deprecated_instance_variables/_session_method.rhtml
+++ b/actionpack/test/fixtures/deprecated_instance_variables/_session_method.rhtml
@@ -1 +0,0 @@
-<%= session[:test] %>