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.12.7 test/units/compiler_test.rb
compass-1.0.0.alpha.21 test/units/compiler_test.rb
compass-1.0.0.alpha.20 test/units/compiler_test.rb
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-0.12.3/test/units/compiler_test.rb
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/test/units/compiler_test.rb
compass-0.12.6 test/units/compiler_test.rb
compass-0.12.5 test/units/compiler_test.rb
compass-0.12.4 test/units/compiler_test.rb
compass-1.0.0.alpha.19 test/units/compiler_test.rb
compass-0.12.3 test/units/compiler_test.rb
compass-1.0.0.alpha.18 test/units/compiler_test.rb
compass-1.0.0.alpha.17 test/units/compiler_test.rb
compass-1.0.0.alpha.16 test/units/compiler_test.rb
compass-1.0.0.alpha.15 test/units/compiler_test.rb
compass-1.0.0.alpha.14 test/units/compiler_test.rb
compass-1.0.0.alpha.13 test/units/compiler_test.rb
compass-0.13.alpha.12 test/units/compiler_test.rb
compass-0.13.alpha.10 test/units/compiler_test.rb
compass-0.13.alpha.9 test/units/compiler_test.rb
compass-0.13.alpha.8 test/units/compiler_test.rb