Sha256: 79a08a272ae2e0d7a97e5f643d24a74a6ce380d45561b76d8e7150f8939df2da

Contents?: true

Size: 169 Bytes

Versions: 4

Compression:

Stored size: 169 Bytes

Contents

covers 'facets/string/interpolate'

testcase String do

  metaunit :interpolate do
    a = 1
    String.interpolate{ 'this is #{a}' }.assert == 'this is 1'
  end

end


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.1 test/core/string/test_interpolate.rb
facets-2.9.0 test/core/string/test_interpolate.rb
facets-2.9.0.pre.2 test/core/string/test_interpolate.rb
facets-2.9.0.pre.1 test/core/string/test_interpolate.rb