Method: SourceLineTest#test_interpolation_of_constants
- Defined in:
- lib/sprockets/test/test_source_line.rb
#test_interpolation_of_constants ⇒ Object
76 77 78 |
# File 'lib/sprockets/test/test_source_line.rb', line 76 def test_interpolation_of_constants assert_equal %(var VERSION = "1.0";\n), source_line('var VERSION = "<%= VERSION %>";').to_s("VERSION" => "1.0") end |