Sha256: 7c437c745a5e5d3a5641aadb88473bb7126491fe32b4a88f61756c08e0bc3c78

Contents?: true

Size: 587 Bytes

Versions: 19

Compression:

Stored size: 587 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'faker'
require 'amazon_seller_central'
require 'ruby-debug'

if Debugger.respond_to?(:settings)
  Debugger.settings[:autoeval] = true
  Debugger.settings[:autolist] = 1
end

# 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|
  config.before(:all) do
    mock_seller_central_page_results!
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
amazon_seller_central-0.3.1 spec/spec_helper.rb
amazon_seller_central-0.3.0 spec/spec_helper.rb
amazon_seller_central-0.2.16 spec/spec_helper.rb
amazon_seller_central-0.2.15 spec/spec_helper.rb
amazon_seller_central-0.2.14 spec/spec_helper.rb
amazon_seller_central-0.2.13 spec/spec_helper.rb
amazon_seller_central-0.2.12 spec/spec_helper.rb
amazon_seller_central-0.2.11 spec/spec_helper.rb
amazon_seller_central-0.2.10 spec/spec_helper.rb
amazon_seller_central-0.2.9 spec/spec_helper.rb
amazon_seller_central-0.2.8 spec/spec_helper.rb
amazon_seller_central-0.2.7 spec/spec_helper.rb
amazon_seller_central-0.2.6 spec/spec_helper.rb
amazon_seller_central-0.2.5 spec/spec_helper.rb
amazon_seller_central-0.2.4 spec/spec_helper.rb
amazon_seller_central-0.2.3 spec/spec_helper.rb
amazon_seller_central-0.2.2 spec/spec_helper.rb
amazon_seller_central-0.2.1 spec/spec_helper.rb
amazon_seller_central-0.2.0 spec/spec_helper.rb