Skip to content

Commit

Permalink
Missed add: deprecated erb_variable test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 8, 2008
1 parent 6c970d7 commit 56f5c55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions actionpack/test/template/deprecated_erb_variable_test.rb
@@ -0,0 +1,9 @@
require 'abstract_unit'

class DeprecatedErbVariableTest < ActionView::TestCase
def test_setting_erb_variable_warns
assert_deprecated 'erb_variable' do
ActionView::Base.erb_variable = '_erbout'
end
end
end

0 comments on commit 56f5c55

Please sign in to comment.