From d9033bbb28f4acce74dcd2a1c1c5536b7a1917da Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 27 Jul 2005 12:06:19 +0000 Subject: Demonstrate breakage better git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1941 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/test/_customer.rhtml | 2 +- actionpack/test/fixtures/test/_customer_greeting.rhtml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 actionpack/test/fixtures/test/_customer_greeting.rhtml (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/_customer.rhtml b/actionpack/test/fixtures/test/_customer.rhtml index fc2d3f26b2..872d8c44e6 100644 --- a/actionpack/test/fixtures/test/_customer.rhtml +++ b/actionpack/test/fixtures/test/_customer.rhtml @@ -1 +1 @@ -Hello: <%= customer.name %><%= extra %> \ No newline at end of file +Hello: <%= customer.name %> \ No newline at end of file diff --git a/actionpack/test/fixtures/test/_customer_greeting.rhtml b/actionpack/test/fixtures/test/_customer_greeting.rhtml new file mode 100644 index 0000000000..6acbcb20c4 --- /dev/null +++ b/actionpack/test/fixtures/test/_customer_greeting.rhtml @@ -0,0 +1 @@ +<%= greeting %>: <%= customer_greeting.name %> \ No newline at end of file -- cgit v1.2.3