Sha256: 7db4e8b7294167c60b5d9392961c55c817ee0b7d00fb65f8a1b6b64e144bf1b6

Contents?: true

Size: 484 Bytes

Versions: 1

Compression:

Stored size: 484 Bytes

Contents

ENV['RUBY_ENV'] = 'test'

require 'fortnox/api'
require 'webmock/rspec'
require 'pry'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus

  # 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

# Force disable the dotenv gem
ENV = {}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fortnox-api-0.0.2 spec/spec_helper.rb