c00f9d5782
First time working with Cucumber, so perhaps not the best way to do things. * Tests for default setting which stores the .sass_cache directory in Middleman app root. * Tests for custom setting which stores the .sass_cache directory in /tmp directory. Please Note! Unable to test the output of the default .sass_cache location since the directory is stored outside of the app root during testing, but inside app root in "production"
3 lines
93 B
Ruby
3 lines
93 B
Ruby
|
|
|
|
set :sass_cache_path, File.join('/tmp', "#{File.basename(Dir.pwd)}-custom-sass_cache_path") |