diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-05-02 10:45:08 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-05-02 10:45:08 +0100 |
commit | 87ec72bd8c4b5d178ba7a41e605bc9a8e27f9e67 (patch) | |
tree | 786157113ebcfa2d13dce3ca452bcd3bcaf04a27 /actionpack/test/fixtures | |
parent | b88a6dbc39fcaa12dc58d06d4222f2443f02a32a (diff) | |
download | rails-87ec72bd8c4b5d178ba7a41e605bc9a8e27f9e67.tar.gz rails-87ec72bd8c4b5d178ba7a41e605bc9a8e27f9e67.tar.bz2 rails-87ec72bd8c4b5d178ba7a41e605bc9a8e27f9e67.zip |
Improve PartialTemplate tests
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/test/_raise.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/_raise.html.erb b/actionpack/test/fixtures/test/_raise.html.erb new file mode 100644 index 0000000000..68b08181d3 --- /dev/null +++ b/actionpack/test/fixtures/test/_raise.html.erb @@ -0,0 +1 @@ +<%= doesnt_exist %>
\ No newline at end of file |