Sha256: 86896a03ec32b472cd36cbe597e7546b2e2ac39575a1d2c21a3f2d422b751b59

Contents?: true

Size: 221 Bytes

Versions: 5

Compression:

Stored size: 221 Bytes

Contents

require 'pry'
require 'timecop'
require 'webmock/rspec'

require File.expand_path('../lib/blockchain-node', File.dirname(__FILE__))

Dir[File.expand_path("support/**/*.rb", File.dirname(__FILE__))].each { |f| require f }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blockchain-node-0.0.5 spec/spec_helper.rb
blockchain-node-0.0.4 spec/spec_helper.rb
blockchain-node-0.0.3 spec/spec_helper.rb
blockchain-node-0.0.2 spec/spec_helper.rb
blockchain-node-0.0.1 spec/spec_helper.rb