aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-11-17 21:28:59 +0000
committerMarcel Molina <marcel@vernix.org>2005-11-17 21:28:59 +0000
commit06e74b6c91d48cd482ef7ee32817510dcd07f97a (patch)
tree6d93c120a7c396482c79144a56bd07a50c0e88b0 /actionpack/test/fixtures
parentfd66ccb01658b7cc7654e42233fd760b4fc788ff (diff)
downloadrails-06e74b6c91d48cd482ef7ee32817510dcd07f97a.tar.gz
rails-06e74b6c91d48cd482ef7ee32817510dcd07f97a.tar.bz2
rails-06e74b6c91d48cd482ef7ee32817510dcd07f97a.zip
Add support for new rjs templates which wrap an update_page block.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3078 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/delete_with_js.rjs2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/delete_with_js.rjs b/actionpack/test/fixtures/test/delete_with_js.rjs
new file mode 100644
index 0000000000..4b75a955ad
--- /dev/null
+++ b/actionpack/test/fixtures/test/delete_with_js.rjs
@@ -0,0 +1,2 @@
+page.remove 'person'
+page.visual_effect :highlight, "project-#{@project_id}"