Sha256: b4a9e0188ea6c3e70cfdb727ec416c999366f160cab214befe2241cff2a2569e

Contents?: true

Size: 259 Bytes

Versions: 3

Compression:

Stored size: 259 Bytes

Contents

#!/usr/bin/env ruby

test_config_path = File.expand_path('../../../data/trollolorc', __FILE__)
bin_path = File.expand_path('../../../../bin/trollolo', __FILE__)

ENV['TROLLOLO_CONFIG_PATH'] = test_config_path

cmd = "#{bin_path} #{ARGV.join(' ')}"

exec(cmd)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trollolo-0.3.1 spec/integration/wrapper/trollolo_wrapper
trollolo-0.3.0 spec/integration/wrapper/trollolo_wrapper
trollolo-0.2.0 spec/integration/wrapper/trollolo_wrapper