diff options
author | Alexey Vakhov <vakhov@gmail.com> | 2012-04-11 11:28:19 +0600 |
---|---|---|
committer | Alexey Vakhov <vakhov@gmail.com> | 2012-05-04 23:31:03 +0400 |
commit | df36c5f7ffd2657e11eea4e407401c9ff2aa0533 (patch) | |
tree | 02b4e4b059ff4491eb7b59e40e8e4358aa5f89d1 /actionpack/test/fixtures | |
parent | 9ce057d8ccc799eb4844494e3c6ee553969a66d3 (diff) | |
download | rails-df36c5f7ffd2657e11eea4e407401c9ff2aa0533.tar.gz rails-df36c5f7ffd2657e11eea4e407401c9ff2aa0533.tar.bz2 rails-df36c5f7ffd2657e11eea4e407401c9ff2aa0533.zip |
Fix assert_template assertion with :layout option
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/test/hello_world_with_partial.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/hello_world_with_partial.html.erb b/actionpack/test/fixtures/test/hello_world_with_partial.html.erb new file mode 100644 index 0000000000..ec31545356 --- /dev/null +++ b/actionpack/test/fixtures/test/hello_world_with_partial.html.erb @@ -0,0 +1,2 @@ +Hello world! +<%= render '/test/partial' %> |