1811ca24b544f9657f74b6aa4fb3721b7feb3703
[yaffs-website] / vendor / twbs / bootstrap-sass / test / compass_test.rb
1 require 'test_helper'
2
3 class CompassTest < Minitest::Test
4   def test_create_project
5     command = 'rm -rf tmp/new-compass-project; bundle exec compass create tmp/new-compass-project -r bootstrap-sass --using bootstrap --trace --force'
6     success = silence_stdout_if(!ENV['VERBOSE']) { system(command) }
7     assert success, 'Compass project creation failed!'
8   end
9 end