aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorCameron Yule <cameron@Zeppelin.local>2008-08-09 10:34:19 -0500
committerJoshua Peek <josh@joshpeek.com>2008-08-09 10:48:56 -0500
commit2faf35cea9846fdfa1099f5dfd1589d53a3daf3b (patch)
tree0f43c32ce041e6af277fe57e02264db6cd81a327 /actionpack/test/fixtures
parentea0d036e31d984888303a79533ff872b787871ae (diff)
downloadrails-2faf35cea9846fdfa1099f5dfd1589d53a3daf3b.tar.gz
rails-2faf35cea9846fdfa1099f5dfd1589d53a3daf3b.tar.bz2
rails-2faf35cea9846fdfa1099f5dfd1589d53a3daf3b.zip
Added tests for partial collection counters [#766 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/_counter.html.erb1
1 files changed, 1 insertions, 0 deletions
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