Sha256: f69ebe6a36e2e3d7679543b605ac3f4b23a95edd005fd9d18535af3eb6a67959

Contents?: true

Size: 353 Bytes

Versions: 14

Compression:

Stored size: 353 Bytes

Contents

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

# 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

14 entries across 14 versions & 1 rubygems

Version Path
ahc-0.3.6 spec/spec_helper.rb
ahc-0.3.5 spec/spec_helper.rb
ahc-0.3.4 spec/spec_helper.rb
ahc-0.3.3 spec/spec_helper.rb
ahc-0.3.2 spec/spec_helper.rb
ahc-0.3.1 spec/spec_helper.rb
ahc-0.3.0 spec/spec_helper.rb
ahc-0.2.7 spec/spec_helper.rb
ahc-0.2.6 spec/spec_helper.rb
ahc-0.2.5 spec/spec_helper.rb
ahc-0.2.4 spec/spec_helper.rb
ahc-0.2.2 spec/spec_helper.rb
ahc-0.2.1 spec/spec_helper.rb
ahc-0.2.0 spec/spec_helper.rb