Sha256: a7237faa4111421acf7f3f91d98978b4bde5bc3a37294358bc97276dd44820c7

Contents?: true

Size: 400 Bytes

Versions: 8

Compression:

Stored size: 400 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'shb'
require 'rspec'
require 'webmock/rspec'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir['#{File.dirname(__FILE__)}/support/**/*.rb'].each {|f| require f}

RSpec.configure do |config|
  config.order = 'random'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shb-0.1.4 spec/spec_helper.rb
shb-0.1.3 spec/spec_helper.rb
shb-0.1.2 spec/spec_helper.rb
shb-0.1.1 spec/spec_helper.rb
shb-0.1.0 spec/spec_helper.rb
shb-0.0.4 spec/spec_helper.rb
shb-0.0.3 spec/spec_helper.rb
shb-0.0.2 spec/spec_helper.rb