Sha256: 888711a79d13627172e6709696e9358af76a50f0107dfba06aef5e9a807321e5

Contents?: true

Size: 224 Bytes

Versions: 6

Compression:

Stored size: 224 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
radiant-0.7.2 vendor/rails/actionpack/test/template/deprecated_erb_variable_test.rb
actionpack-2.1.1 test/template/deprecated_erb_variable_test.rb
actionpack-2.1.2 test/template/deprecated_erb_variable_test.rb
eactionpack-2.1.2 test/template/deprecated_erb_variable_test.rb
radiant-0.7.0 vendor/rails/actionpack/test/template/deprecated_erb_variable_test.rb
radiant-0.7.1 vendor/rails/actionpack/test/template/deprecated_erb_variable_test.rb