mirror of
https://github.com/github/rails.git
synced 2026-01-28 15:58:03 -05:00
Revert "Missed add: deprecated erb_variable test"
This reverts commit 56f5c5582c.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user