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:10:07 -0200
commit4e3c215dcbeb122c59fe7158715c07bd4b1f41fd (patch)
tree872708d65dc27d94829d551fe4ef5376099ed795 /actionpack/test/template/template_test.rb
parent70fd692c1eada44027f9581f84461ca87abba8c6 (diff)
downloadrails-4e3c215dcbeb122c59fe7158715c07bd4b1f41fd.tar.gz
rails-4e3c215dcbeb122c59fe7158715c07bd4b1f41fd.tar.bz2
rails-4e3c215dcbeb122c59fe7158715c07bd4b1f41fd.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 3084527f70..63f1d3a6c0 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