Sha256: 442d4b91a88483ca960cda1f047e63e5298a6f1521c3e55d793dd1c472c56e67

Contents?: true

Size: 358 Bytes

Versions: 7

Compression:

Stored size: 358 Bytes

Contents

$TESTING=true
$:.push File.join(File.dirname(__FILE__), '..', 'lib')

def template_path(template)
  File.expand_path(File.join(File.dirname(__FILE__), 'templates', template))
end

def result_path(result)
  File.expand_path(File.join(File.dirname(__FILE__), 'results', result))
end

require 'templater.rb'
require 'rubygems'
require 'spec'
require 'fileutils'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
templater-0.1.5 spec/spec_helper.rb
templater-0.1.3 spec/spec_helper.rb
templater-0.1.1 spec/spec_helper.rb
templater-0.1 spec/spec_helper.rb
templater-0.1.4 spec/spec_helper.rb
templater-0.1.2 spec/spec_helper.rb
templater-0.1.6 spec/spec_helper.rb