Sha256: bac4ca5ff9e81010feb6c8d0e3bdf1b2cb053b482d7b0c5d70ec6eb7474ee587

Contents?: true

Size: 346 Bytes

Versions: 4

Compression:

Stored size: 346 Bytes

Contents

require 'test_helper'

class CompassTest < Minitest::Test
  def test_create_project
    command = 'rm -rf tmp/new-compass-project; bundle exec compass create tmp/new-compass-project -r bootstrap --trace --force'
    success = silence_stdout_if(!ENV['VERBOSE']) { system(command) }
    assert success, 'Compass project creation failed!'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootstrap-4.0.0.alpha3.1 test/compass_test.rb
bootstrap-4.0.0.alpha3 test/compass_test.rb
bootstrap-4.0.0.alpha2 test/compass_test.rb
bootstrap-4.0.0.alpha1 test/compass_test.rb