Sha256: c969efe3a613c4969ded0360881d9a3229d715991d4014f7c7d4d16b61f480c9

Contents?: true

Size: 347 Bytes

Versions: 3

Compression:

Stored size: 347 Bytes

Contents

require_relative '../../lib/trollolo'
require 'given_filesystem/spec_helpers'
require 'cli_tester'

bin_path = File.expand_path( '../../../bin/', __FILE__ )

if ENV['PATH'] !~ /#{bin_path}/
  ENV['PATH'] = bin_path + File::PATH_SEPARATOR + ENV['PATH']
end

Dir.glob(::File.expand_path('../support/*.rb', __FILE__)).each { |f| require_relative f }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trollolo-0.3.1 spec/integration/integration_spec_helper.rb
trollolo-0.3.0 spec/integration/integration_spec_helper.rb
trollolo-0.2.0 spec/integration/integration_spec_helper.rb