From 749a745264283babcff72c8303e185d793cc6eb9 Mon Sep 17 00:00:00 2001 From: Brian Alexander Date: Fri, 21 Dec 2012 14:51:41 -0700 Subject: Digestor explicit dependency should not contain trailing whitespace test for rails/rails#8586 --- actionpack/test/fixtures/digestor/messages/show.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'actionpack/test/fixtures/digestor/messages/show.html.erb') diff --git a/actionpack/test/fixtures/digestor/messages/show.html.erb b/actionpack/test/fixtures/digestor/messages/show.html.erb index 9f73345a9f..51b3b61e8e 100644 --- a/actionpack/test/fixtures/digestor/messages/show.html.erb +++ b/actionpack/test/fixtures/digestor/messages/show.html.erb @@ -6,4 +6,8 @@ <%= render @message.history.events %> -<%# render "something_missing" %> \ No newline at end of file +<%# render "something_missing" %> + +<% + # Template Dependency: messages/form +%> \ No newline at end of file -- cgit v1.2.3