aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorBryan Ricker <bricker88@gmail.com>2013-04-29 15:42:16 -0700
committerBryan Ricker <bricker88@gmail.com>2013-05-06 18:30:29 -0700
commit3c516c4b5278c27d55425f7c2f875ca1cd2e8511 (patch)
treee12dc6a87170da37bbbe591659d804c5b53050ad /actionpack/test/fixtures
parent17c1143af91fac5d1b6465ed5ad26315b1a2ec27 (diff)
downloadrails-3c516c4b5278c27d55425f7c2f875ca1cd2e8511.tar.gz
rails-3c516c4b5278c27d55425f7c2f875ca1cd2e8511.tar.bz2
rails-3c516c4b5278c27d55425f7c2f875ca1cd2e8511.zip
Allow numbers in partial name for digesting
Add failing test for template with number at the end Use \w for RENDER_DEPENDENCY regex Spacing Add CHANGELOG entry
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/digestor/messages/show.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/digestor/messages/show.html.erb b/actionpack/test/fixtures/digestor/messages/show.html.erb
index 51b3b61e8e..130e67109e 100644
--- a/actionpack/test/fixtures/digestor/messages/show.html.erb
+++ b/actionpack/test/fixtures/digestor/messages/show.html.erb
@@ -7,7 +7,8 @@
<%= render @message.history.events %>
<%# render "something_missing" %>
+<%# render "something_missing_1" %>
<%
# Template Dependency: messages/form
-%> \ No newline at end of file
+%>