aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-17 12:47:34 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-17 12:54:19 -0700
commit6927f1119b65852807f146da3d0a6354cdede02f (patch)
tree628e46c702e1c58a0ddd0a36f9ebdab9708aa292 /actionpack/test/fixtures
parent487312515c09c5dbc7306329805f2eebfed1d630 (diff)
downloadrails-6927f1119b65852807f146da3d0a6354cdede02f.tar.gz
rails-6927f1119b65852807f146da3d0a6354cdede02f.tar.bz2
rails-6927f1119b65852807f146da3d0a6354cdede02f.zip
Finish making pending tests pass
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/render_implicit_js_template_without_layout.js.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/render_implicit_js_template_without_layout.js.erb b/actionpack/test/fixtures/test/render_implicit_js_template_without_layout.js.erb
new file mode 100644
index 0000000000..892ae5eca2
--- /dev/null
+++ b/actionpack/test/fixtures/test/render_implicit_js_template_without_layout.js.erb
@@ -0,0 +1 @@
+alert('hello'); \ No newline at end of file