aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-04-01 00:56:59 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2008-04-01 00:56:59 +0000
commitdd3c0ae95c37f816bdb53e5578e63e2ba2e44add (patch)
tree90b05038a2a007a349d06021865927ed4261655b
parent9cc478a2547bec5b72fa2a4b36b2f8e627373a74 (diff)
downloadrails-dd3c0ae95c37f816bdb53e5578e63e2ba2e44add.tar.gz
rails-dd3c0ae95c37f816bdb53e5578e63e2ba2e44add.tar.bz2
rails-dd3c0ae95c37f816bdb53e5578e63e2ba2e44add.zip
Missed adds. References #11491.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9178 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--actionpack/test/fixtures/bad_customers/_bad_customer.html.erb1
-rw-r--r--actionpack/test/fixtures/good_customers/_good_customer.html.erb1
2 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/bad_customers/_bad_customer.html.erb b/actionpack/test/fixtures/bad_customers/_bad_customer.html.erb
new file mode 100644
index 0000000000..d22af431ec
--- /dev/null
+++ b/actionpack/test/fixtures/bad_customers/_bad_customer.html.erb
@@ -0,0 +1 @@
+<%= greeting %> bad customer: <%= bad_customer.name %><%= bad_customer_counter %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/good_customers/_good_customer.html.erb b/actionpack/test/fixtures/good_customers/_good_customer.html.erb
new file mode 100644
index 0000000000..a2d97ebc6d
--- /dev/null
+++ b/actionpack/test/fixtures/good_customers/_good_customer.html.erb
@@ -0,0 +1 @@
+<%= greeting %> good customer: <%= good_customer.name %><%= good_customer_counter %> \ No newline at end of file