Sha256: e7183c5df67e99b7d2d2b4a527d3f02f4ae5e9eb2cf34fa7ade28d220f785fe1
Contents?: true
Size: 491 Bytes
Versions: 15
Compression:
Stored size: 491 Bytes
Contents
require 'spec_helper' describe "sprockets helpers" do it 'should expand paths' do result = Volt::SprocketsHelpersSetup.expand('/something/cool/../awesome/beans/../../five/six/seven') expect(result).to eq('/something/five/six/seven') end it 'should expand paths2' do result = Volt::SprocketsHelpersSetup.expand('bootstrap/assets/css/../fonts/glyphicons-halflings-regular.svg') expect(result).to eq('bootstrap/assets/fonts/glyphicons-halflings-regular.svg') end end
Version data entries
15 entries across 15 versions & 1 rubygems