Sha256: cc24bb813f6ae8a90e91c4cc38017c5a0193a5559db0217cc53a78b725d77b76
Contents?: true
Size: 311 Bytes
Versions: 13
Compression:
Stored size: 311 Bytes
Contents
require 'test_helper' class CompassTest < Test::Unit::TestCase def test_create_project_with_boostrap command = 'compass create tmp/new-compass-project -r bootstrap-sass --using bootstrap --trace --force' assert silence_stream(STDOUT) { system(command) }, 'Compass project creation failed!' end end
Version data entries
13 entries across 13 versions & 1 rubygems