Sha256: c018b2d572b955118c0b625ef5f2e112b78532581169acdb2eb983f8f1fe063d

Contents?: true

Size: 405 Bytes

Versions: 13

Compression:

Stored size: 405 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'bundler'
require 'hash_dealer'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Bundler.require(:default, :development)

Debugger.start

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hash_dealer-1.3.0 spec/spec_helper.rb
hash_dealer-1.2.6 spec/spec_helper.rb
hash_dealer-1.2.5 spec/spec_helper.rb
hash_dealer-1.2.4 spec/spec_helper.rb
hash_dealer-1.2.3 spec/spec_helper.rb
hash_dealer-1.2.2 spec/spec_helper.rb
hash_dealer-1.2.1 spec/spec_helper.rb
hash_dealer-1.2.0 spec/spec_helper.rb
hash_dealer-1.1.3 spec/spec_helper.rb
hash_dealer-1.1.2 spec/spec_helper.rb
hash_dealer-1.1.0 spec/spec_helper.rb
hash_dealer-1.0.1 spec/spec_helper.rb
hash_dealer-1.0.0 spec/spec_helper.rb