From 9c9ec2172e46710d1d5ac513a4ff52df35fef51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 30 Jun 2011 11:47:14 -0300 Subject: Make sure respond_with with :js tries to render a template in all cases --- actionpack/test/fixtures/respond_with/using_resource.js.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/respond_with/using_resource.js.erb (limited to 'actionpack/test/fixtures/respond_with/using_resource.js.erb') diff --git a/actionpack/test/fixtures/respond_with/using_resource.js.erb b/actionpack/test/fixtures/respond_with/using_resource.js.erb new file mode 100644 index 0000000000..4417680bce --- /dev/null +++ b/actionpack/test/fixtures/respond_with/using_resource.js.erb @@ -0,0 +1 @@ +alert("Hi"); \ No newline at end of file -- cgit v1.2.3