aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/template_test.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-02-21 15:57:24 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-02-21 15:58:25 -0200
commitf92c81213c775250b4063a5f1cd5da3e3922cbc4 (patch)
tree96cbda77c58fbd8723db5c6ac508aced064e1b4e /actionpack/test/template/template_test.rb
parentd70ed102c881c5b7404f2bf43aa0e268ade1b991 (diff)
downloadrails-f92c81213c775250b4063a5f1cd5da3e3922cbc4.tar.gz
rails-f92c81213c775250b4063a5f1cd5da3e3922cbc4.tar.bz2
rails-f92c81213c775250b4063a5f1cd5da3e3922cbc4.zip
Don't wrap the raise with ensure
Diffstat (limited to 'actionpack/test/template/template_test.rb')
-rw-r--r--actionpack/test/template/template_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/template_test.rb b/actionpack/test/template/template_test.rb
index 836c5c7586..dd45a08b01 100644
--- a/actionpack/test/template/template_test.rb
+++ b/actionpack/test/template/template_test.rb
@@ -12,7 +12,7 @@ class TestERBTemplate < ActiveSupport::TestCase
def find_template(*args)
end
- attr_writer :formats
+ attr_accessor :formats
end
class Context