From 3d1a30bc595b14820a7da60af39ff2d6f2a503e3 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Fri, 8 Feb 2008 22:33:17 +0000 Subject: Ooops. Add fixture partials for last commit git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8823 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/customers/_customer.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/customers/_customer.html.erb (limited to 'actionpack/test/fixtures/customers/_customer.html.erb') diff --git a/actionpack/test/fixtures/customers/_customer.html.erb b/actionpack/test/fixtures/customers/_customer.html.erb new file mode 100644 index 0000000000..483571e22a --- /dev/null +++ b/actionpack/test/fixtures/customers/_customer.html.erb @@ -0,0 +1 @@ +<%= greeting %>: <%= customer.name %> \ No newline at end of file -- cgit v1.2.3