Sha256: c400d9422f0b04732f646ea035d4e16d34ca955c17d14a8908e2124ee0081732

Contents?: true

Size: 456 Bytes

Versions: 1

Compression:

Stored size: 456 Bytes

Contents

# frozen_string_literal: true

require "bundler/setup"

require "rack"
require "rack/token_auth"

Endpoint = Rack::Response.new("OK")

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = ".rspec_status"

  # Disable RSpec exposing methods globally on `Module` and `main`
  config.disable_monkey_patching!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-token_auth-0.2.0 spec/spec_helper.rb