Sha256: 2ad0805a6dd8129d07904b8233c76a693d45671379e09520b537664541affd00

Contents?: true

Size: 298 Bytes

Versions: 22

Compression:

Stored size: 298 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'awsborn'
require 'spec'
require 'spec/autorun'

require 'rubygems'
require 'webmock/rspec'
include WebMock
WebMock.disable_net_connect!

Spec::Runner.configure do |config|
  
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
awsborn-0.6.0 spec/spec_helper.rb
awsborn-0.5.5 spec/spec_helper.rb
awsborn-0.5.4 spec/spec_helper.rb
awsborn-0.5.3 spec/spec_helper.rb
awsborn-0.5.2 spec/spec_helper.rb
awsborn-0.5.1 spec/spec_helper.rb
awsborn-0.5.0 spec/spec_helper.rb
awsborn-0.4.0 spec/spec_helper.rb
awsborn-0.3.9 spec/spec_helper.rb
awsborn-0.3.8 spec/spec_helper.rb
awsborn-0.3.7 spec/spec_helper.rb
awsborn-0.3.6 spec/spec_helper.rb
awsborn-0.3.5 spec/spec_helper.rb
awsborn-0.3.4 spec/spec_helper.rb
awsborn-0.3.3 spec/spec_helper.rb
awsborn-0.3.2 spec/spec_helper.rb
awsborn-0.3.1 spec/spec_helper.rb
awsborn-0.3.0 spec/spec_helper.rb
awsborn-0.2.1 spec/spec_helper.rb
awsborn-0.2.0 spec/spec_helper.rb