Sha256: b9e5f7aa0e66977fd99e08cc6cc2937ed5a7c1beb2cc8f6e3dff48acb892dad8

Contents?: true

Size: 279 Bytes

Versions: 30

Compression:

Stored size: 279 Bytes

Contents

#!/usr/bin/env ruby
# encoding: utf-8

# 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

30 entries across 30 versions & 2 rubygems

Version Path
mvmv-0.1.2 test/bin_helper.rb
redis-stat-0.2.6 test/bin_helper.rb
redis-stat-0.2.5 test/bin_helper.rb
redis-stat-0.2.4 test/bin_helper.rb
redis-stat-0.2.1 test/bin_helper.rb
redis-stat-0.2.0 test/bin_helper.rb
redis-stat-0.1.4 test/bin_helper.rb
redis-stat-0.1.2 test/bin_helper.rb
mvmv-0.1.1 test/bin_helper.rb
mvmv-0.1.0 test/bin_helper.rb