aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/template_test.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-02-20 18:10:07 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-02-20 18:11:18 -0200
commitb80d8f71112279f989ad3accbfed277a25cedd57 (patch)
treeee80a254efaec83895e687971666e0040ff874e9 /actionpack/test/template/template_test.rb
parent8b86259beadd18a949669ac83c0e2b647288c06d (diff)
downloadrails-b80d8f71112279f989ad3accbfed277a25cedd57.tar.gz
rails-b80d8f71112279f989ad3accbfed277a25cedd57.tar.bz2
rails-b80d8f71112279f989ad3accbfed277a25cedd57.zip
Fix a failing test
Diffstat (limited to 'actionpack/test/template/template_test.rb')
-rw-r--r--actionpack/test/template/template_test.rb2
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