diff options
| author | Yehuda Katz <wycats@gmail.com> | 2009-08-15 20:33:34 -0700 | 
|---|---|---|
| committer | Yehuda Katz <wycats@gmail.com> | 2009-08-15 20:33:34 -0700 | 
| commit | d6d550f0cbbe37fc8caf851e9143749f2fa5cd38 (patch) | |
| tree | 888065ce1692ef4d773b91cbc842b6cdc625737c | |
| parent | 7213da37cefff7801a61f302a647e337e2313858 (diff) | |
| download | rails-d6d550f0cbbe37fc8caf851e9143749f2fa5cd38.tar.gz rails-d6d550f0cbbe37fc8caf851e9143749f2fa5cd38.tar.bz2 rails-d6d550f0cbbe37fc8caf851e9143749f2fa5cd38.zip  | |
Missing fixture template -- fixes AP tests
| -rw-r--r-- | actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.xml.erb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.xml.erb b/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.xml.erb new file mode 100644 index 0000000000..25dc746886 --- /dev/null +++ b/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.xml.erb @@ -0,0 +1 @@ +<hello>world</hello>
\ No newline at end of file  | 
