Sha256: e7a20d8815d344f9e0d7d288ad2af6cb669c378c348ee02552c1810c91cf7989

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

#!/usr/bin/env ruby
# encoding: utf-8
# gunn@daumcorp.com

# DISCLAIMER: 
#   Not a real test!
#   Just a helper script for running scripts with local source

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '../lib')
load File.join(File.dirname(__FILE__), '../bin/', File.basename(ARGV.shift))

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coffee-processing-0.0.4 test/bin_helper.rb
coffee-processing-0.0.3 test/bin_helper.rb