Sha256: fcfe67951909236f7d23d99e645fc3d35739c736bd0f543ecb4341537c4bcb0b
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
require 'locat' require 'fileutils' When 'Given an example ruby project' do FileUtils.rm 'locat.html' if File.exist?('locat.html') FileUtils.cp_r(File.dirname(__FILE__) + '/../fixtures/.', '.') end When 'with a `.locat` file' do |text| File.open('.locat', 'w'){ |f| f << text } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locat-0.2.0 | spec/applique/locat.rb |
locat-0.1.2 | spec/applique/locat.rb |