Sha256: 1c44861058bb8992f1392d97de1a9e4d900f3e6d04ba32e4c120efab1592d441

Contents?: true

Size: 1.17 KB

Versions: 3

Compression:

Stored size: 1.17 KB

Contents

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration

require File.expand_path('../lib/s3-publisher.rb', File.dirname(__FILE__))

ENV['AWS_REGION'] = 'us-east-1'

RSpec.configure do |config|
  # Limit the spec run to only specs with the focus metadata. If no specs have
  # the filtering metadata and `run_all_when_everything_filtered = true` then
  # all specs will run.
  #config.filter_run :focus

  # Run all specs when none match the provided filter. This works well in
  # conjunction with `config.filter_run :focus`, as it will run the entire
  # suite when no specs have `:filter` metadata.
  #config.run_all_when_everything_filtered = true
  config.mock_framework = :mocha

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  #config.order = 'random'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
s3-publisher-2.0.2 spec/spec_helper.rb
s3-publisher-2.0.1 spec/spec_helper.rb
s3-publisher-2.0.0 spec/spec_helper.rb