aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/translations/templates
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/translations/templates')
-rw-r--r--actionpack/test/fixtures/translations/templates/array.erb1
-rw-r--r--actionpack/test/fixtures/translations/templates/default.erb1
-rw-r--r--actionpack/test/fixtures/translations/templates/found.erb1
-rw-r--r--actionpack/test/fixtures/translations/templates/missing.erb1
4 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/fixtures/translations/templates/array.erb b/actionpack/test/fixtures/translations/templates/array.erb
deleted file mode 100644
index d86045a172..0000000000
--- a/actionpack/test/fixtures/translations/templates/array.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= t('.foo.bar') %>
diff --git a/actionpack/test/fixtures/translations/templates/default.erb b/actionpack/test/fixtures/translations/templates/default.erb
deleted file mode 100644
index 8b70031071..0000000000
--- a/actionpack/test/fixtures/translations/templates/default.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= t('.missing', :default => :'.foo') %>
diff --git a/actionpack/test/fixtures/translations/templates/found.erb b/actionpack/test/fixtures/translations/templates/found.erb
deleted file mode 100644
index 080c9c0aee..0000000000
--- a/actionpack/test/fixtures/translations/templates/found.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= t('.foo') %>
diff --git a/actionpack/test/fixtures/translations/templates/missing.erb b/actionpack/test/fixtures/translations/templates/missing.erb
deleted file mode 100644
index 0f3f17f8ef..0000000000
--- a/actionpack/test/fixtures/translations/templates/missing.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= t('.missing') %>