Sha256: 056d1d7b2ba977b28e44c0a898eecadfb71bfaa7293b1bfd797f0bece5e7ea27
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
require 'ruby_bitcoin_wallet' # Requires supporting ruby files with custom matchers and macros, etc, in # spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are # run as spec files by default. This means that files in spec/support that end # in _spec.rb will both be required and run as specs, causing the specs to be # run twice. It is recommended that you do not name files matching this glob to # end with _spec.rb. You can configure this pattern with with the --pattern # option on the command line or in ~/.rspec, .rspec or `.rspec-local`. Dir[File.expand_path('spec/support/**/*.rb')].each(&method(:require)) #{ |f| require f }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_bitcoin_wallet-1.0.0 | spec/spec_helper.rb |