Sha256: 62ab3045f3b38d104acd41b4a1fcf36faca670ff6e49d05bd6403ba6626254b0

Contents?: true

Size: 355 Bytes

Versions: 22

Compression:

Stored size: 355 Bytes

Contents

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

# 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

22 entries across 22 versions & 1 rubygems

Version Path
http2-0.0.23 spec/spec_helper.rb
http2-0.0.22 spec/spec_helper.rb
http2-0.0.21 spec/spec_helper.rb
http2-0.0.20 spec/spec_helper.rb
http2-0.0.19 spec/spec_helper.rb
http2-0.0.18 spec/spec_helper.rb
http2-0.0.17 spec/spec_helper.rb
http2-0.0.16 spec/spec_helper.rb
http2-0.0.15 spec/spec_helper.rb
http2-0.0.14 spec/spec_helper.rb
http2-0.0.13 spec/spec_helper.rb
http2-0.0.12 spec/spec_helper.rb
http2-0.0.11 spec/spec_helper.rb
http2-0.0.10 spec/spec_helper.rb
http2-0.0.9 spec/spec_helper.rb
http2-0.0.6 spec/spec_helper.rb
http2-0.0.5 spec/spec_helper.rb
http2-0.0.4 spec/spec_helper.rb
http2-0.0.3 spec/spec_helper.rb
http2-0.0.2 spec/spec_helper.rb