From fa3618d3753b5591ed19d98d52c55716d814e34a Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Tue, 15 May 2007 03:15:36 +0000 Subject: add test case for js.erb partials on *.js formatted requests git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6735 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/test/_partial.js.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/test/_partial.js.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/_partial.js.erb b/actionpack/test/fixtures/test/_partial.js.erb new file mode 100644 index 0000000000..b350cdd7ef --- /dev/null +++ b/actionpack/test/fixtures/test/_partial.js.erb @@ -0,0 +1 @@ +partial js \ No newline at end of file -- cgit v1.2.3