Sha256: e3623c82126e697f5e44fad757a95ecf28f945c6bb0944e412126215d923bbc7

Contents?: true

Size: 359 Bytes

Versions: 19

Compression:

Stored size: 359 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'deep_dive'

# 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

19 entries across 19 versions & 1 rubygems

Version Path
deep_dive-0.3.3 spec/spec_helper.rb
deep_dive-0.3.2 spec/spec_helper.rb
deep_dive-0.3.1 spec/spec_helper.rb
deep_dive-0.3.0 spec/spec_helper.rb
deep_dive-0.2.9 spec/spec_helper.rb
deep_dive-0.2.8 spec/spec_helper.rb
deep_dive-0.2.7 spec/spec_helper.rb
deep_dive-0.2.6 spec/spec_helper.rb
deep_dive-0.2.5 spec/spec_helper.rb
deep_dive-0.2.4 spec/spec_helper.rb
deep_dive-0.2.3 spec/spec_helper.rb
deep_dive-0.2.2 spec/spec_helper.rb
deep_dive-0.2.1 spec/spec_helper.rb
deep_dive-0.2.0 spec/spec_helper.rb
deep_dive-0.1.1 spec/spec_helper.rb
deep_dive-0.1.0 spec/spec_helper.rb
deep_dive-0.0.6 spec/spec_helper.rb
deep_dive-0.0.4 spec/spec_helper.rb
deep_dive-0.0.2 spec/spec_helper.rb