Sha256: 4a257046163267ee7ea079bfef039b6f121d39b90472d7eb873615d8872bee5c

Contents?: true

Size: 164 Bytes

Versions: 18

Compression:

Stored size: 164 Bytes

Contents

module BourbonSupport
  def install_bourbon_files
    `bourbon install --path test`
  end

  def remove_bourbon_files
    FileUtils.rm_rf('test/bourbon')
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
neat-1.7.0 spec/support/bourbon_support.rb
neat-1.7.0.rc spec/support/bourbon_support.rb
neat-1.7.0.pre spec/support/bourbon_support.rb
poxy-0.0.6 spec/support/bourbon_support.rb
poxy-0.0.5 spec/support/bourbon_support.rb
poxy-0.0.4 spec/support/bourbon_support.rb
poxy-0.0.1 spec/support/bourbon_support.rb
poxy-0.0.0 spec/support/bourbon_support.rb
neat-1.5.1 spec/support/bourbon_support.rb
neat-1.6.0 spec/support/bourbon_support.rb
neat-1.6.0.pre2 spec/support/bourbon_support.rb
neat-1.6.0.pre spec/support/bourbon_support.rb
neat-1.5.0 spec/support/bourbon_support.rb
neat-1.5.0.pre spec/support/bourbon_support.rb
neat-1.4.0 spec/support/bourbon_support.rb
neat-1.3.0 spec/support/bourbon_support.rb
neat-1.2.1 spec/support/bourbon_support.rb
neat-1.2.0 spec/support/bourbon_support.rb