From 2faf35cea9846fdfa1099f5dfd1589d53a3daf3b Mon Sep 17 00:00:00 2001 From: Cameron Yule Date: Sat, 9 Aug 2008 10:34:19 -0500 Subject: Added tests for partial collection counters [#766 state:resolved] Signed-off-by: Joshua Peek --- actionpack/test/fixtures/test/_counter.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/test/_counter.html.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/_counter.html.erb b/actionpack/test/fixtures/test/_counter.html.erb new file mode 100644 index 0000000000..fd245bfc70 --- /dev/null +++ b/actionpack/test/fixtures/test/_counter.html.erb @@ -0,0 +1 @@ +<%= counter_counter %> \ No newline at end of file -- cgit v1.2.3