Sha256: a622d8b42943be00933cfad7ca03ff23f3c04f8f7262c6f006effe875d498ed6
Contents?: true
Size: 176 Bytes
Versions: 4
Compression:
Stored size: 176 Bytes
Contents
module BourbonSupport def install_bourbon_files `bundle exec bourbon install --path test` end def remove_bourbon_files FileUtils.rm_rf("test/bourbon") end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
neat-1.7.4 | spec/support/bourbon_support.rb |
neat-1.7.3 | spec/support/bourbon_support.rb |
neat-1.7.2 | spec/support/bourbon_support.rb |
neat-1.7.1 | spec/support/bourbon_support.rb |