Sha256: 908f997d100e70f1580bc37e3a4f352452fc1c95e9c52e9af56afa63fb3f4cfd

Contents?: true

Size: 147 Bytes

Versions: 4

Compression:

Stored size: 147 Bytes

Contents

#! /usr/bin/env ruby

require 'ruby-debug' if ARGV.include? 'debug'

$:.push '.'

Dir['./spec/**/*_spec.rb'].each { |test_file| require test_file }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blobject-0.4.0 spec/exec
blobject-0.3.7 spec/exec
blobject-0.3.3 spec/exec
blobject-0.3.2 spec/exec