diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-02-20 18:10:07 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-02-20 18:11:18 -0200 |
commit | b80d8f71112279f989ad3accbfed277a25cedd57 (patch) | |
tree | ee80a254efaec83895e687971666e0040ff874e9 /actionpack/test/template | |
parent | 8b86259beadd18a949669ac83c0e2b647288c06d (diff) | |
download | rails-b80d8f71112279f989ad3accbfed277a25cedd57.tar.gz rails-b80d8f71112279f989ad3accbfed277a25cedd57.tar.bz2 rails-b80d8f71112279f989ad3accbfed277a25cedd57.zip |
Fix a failing test
Diffstat (limited to 'actionpack/test/template')
-rw-r--r-- | actionpack/test/template/template_test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/template/template_test.rb b/actionpack/test/template/template_test.rb index 13d30a93ce..836c5c7586 100644 --- a/actionpack/test/template/template_test.rb +++ b/actionpack/test/template/template_test.rb @@ -11,6 +11,8 @@ class TestERBTemplate < ActiveSupport::TestCase def find_template(*args) end + + attr_writer :formats end class Context |