From dd3c0ae95c37f816bdb53e5578e63e2ba2e44add Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 1 Apr 2008 00:56:59 +0000 Subject: Missed adds. References #11491. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9178 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/bad_customers/_bad_customer.html.erb | 1 + actionpack/test/fixtures/good_customers/_good_customer.html.erb | 1 + 2 files changed, 2 insertions(+) create mode 100644 actionpack/test/fixtures/bad_customers/_bad_customer.html.erb create mode 100644 actionpack/test/fixtures/good_customers/_good_customer.html.erb 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 -- cgit v1.2.3