Sha256: dd4896d8b4f3305224b810a3e86dad75cdd224ea2867e9c79666f28fd13f7a87

Contents?: true

Size: 315 Bytes

Versions: 35

Compression:

Stored size: 315 Bytes

Contents

require 'test_helper'
require 'fileutils'

class CompilerTest < Test::Unit::TestCase
  
  it "should strip css from file name and reappend" do
    compiler = Compass::Compiler.new(Dir.pwd, 'foo', 'bar', {})
    assert_equal 'screen', compiler.stylesheet_name(File.join(Dir.pwd, 'foo', 'screen.css.scss'))
  end

end

Version data entries

35 entries across 34 versions & 3 rubygems

Version Path
compass-0.13.alpha.7 test/units/compiler_test.rb
compass-0.13.alpha.6 test/units/compiler_test.rb
compass-0.13.alpha.5 test/units/compiler_test.rb
compass-sourcemaps-0.12.4.sourcemaps.a4836f1 test/units/compiler_test.rb
compass-0.13.alpha.4 test/units/compiler_test.rb
compass-0.13.alpha.3 test/units/compiler_test.rb
compass-0.13.alpha.2 test/units/compiler_test.rb
compass-0.12.2 test/units/compiler_test.rb
compass-0.12.2.rc.1 test/units/compiler_test.rb
compass-0.12.2.rc.0 test/units/compiler_test.rb
compass-0.13.alpha.0 test/units/compiler_test.rb
compass-0.12.1 test/units/compiler_test.rb
compass-0.12.0 test/units/compiler_test.rb
compass-0.12.rc.1 test/units/compiler_test.rb
compass-0.12.rc.0 test/units/compiler_test.rb