Sha256: 175fee3a372fb941c6318d517545e285fcbb845c11a890774c51f6c884806a4c

Contents?: true

Size: 356 Bytes

Versions: 7

Compression:

Stored size: 356 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'rubygems'
require 'timeline_setter'
require 'timeline_setter/cli'
require 'rspec'

TEST_CSV_PATH = File.expand_path(File.dirname(__FILE__) + '/test_data.csv')
TEST_CSV      = File.open(TEST_CSV_PATH,'r').read
TS_BINARY     = File.expand_path('../../bin/timeline-setter',__FILE__)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
timeline_setter-0.3.2 spec/spec_helper.rb
timeline_setter-0.3.1 spec/spec_helper.rb
timeline_setter-0.3.0 spec/spec_helper.rb
timeline_setter-0.2.0 spec/spec_helper.rb
timeline_setter-0.1.2 spec/spec_helper.rb
timeline_setter-0.1.1 spec/spec_helper.rb
timeline_setter-0.1.0 spec/spec_helper.rb