Sha256: 62cb5d3210ecf22c1468464bb5b3d79142f3868c9fdd7b185d45fe36dbaf70f9

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

require_relative '../lib/sixword'
require_relative 'test_vectors'

# TODO: use a real logger
$debug = ENV['DEBUG']
def debug_puts(*args, &blk)
  if $debug
    puts(*args, &blk)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sixword-0.3.1 spec/rspec_helper.rb
sixword-0.3.0 spec/rspec_helper.rb
sixword-0.2.0 spec/rspec_helper.rb
sixword-0.1.0 spec/rspec_helper.rb