diff options
author | Emilio Tagua <miloops@gmail.com> | 2010-09-29 11:10:38 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2010-09-29 12:42:51 -0300 |
commit | bc0e7f4e374d4f72d1254f51e8c116f358826855 (patch) | |
tree | 45ef7f9ae6c691b4f1572c0e40bb11060cabccd7 /actionpack/test/fixtures | |
parent | 626881577949ffce8370e097aa3efb3fec47d4f5 (diff) | |
download | rails-bc0e7f4e374d4f72d1254f51e8c116f358826855.tar.gz rails-bc0e7f4e374d4f72d1254f51e8c116f358826855.tar.bz2 rails-bc0e7f4e374d4f72d1254f51e8c116f358826855.zip |
Test correct method behaviour.
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/test/proper_block_detection.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/proper_block_detection.erb b/actionpack/test/fixtures/test/proper_block_detection.erb index 23564dbcee..b55efbb25d 100644 --- a/actionpack/test/fixtures/test/proper_block_detection.erb +++ b/actionpack/test/fixtures/test/proper_block_detection.erb @@ -1 +1 @@ -<%= @todo %> +<%= @todo %>
\ No newline at end of file |