Sha256: 982fa7778f6095031390e6d163978722c1a856017d7076154d79f5332b5c4573

Contents?: true

Size: 368 Bytes

Versions: 3

Compression:

Stored size: 368 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require "rspec"
require "bootstrap_builders"

# 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|
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootstrap_builders-0.0.3 spec/spec_helper.rb
bootstrap_builders-0.0.2 spec/spec_helper.rb
bootstrap_builders-0.0.1 spec/spec_helper.rb