Sha256: b23ded4bdf4a979dca57c81017f3fd8102e059aa9763f9e57a9262ea0547756f

Contents?: true

Size: 797 Bytes

Versions: 1

Compression:

Stored size: 797 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

# 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
RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.raise_errors_for_deprecations!

  # 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'

  config.after(:suite) { WebMock.disable! }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
routemaster-client-1.3.1 spec/spec_helper.rb