Sha256: 6deb2c45e776eb144f9083514d874849206ae165ebb73e98d6397d34b001dcca

Contents?: true

Size: 489 Bytes

Versions: 2

Compression:

Stored size: 489 Bytes

Contents

# frozen_string_literal: true

require File.join(__dir__, "..", 'dev', 'setup')

require 'coverage_helper'
require 'light-service/testing'

require "light-service-ext"

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

2 entries across 2 versions & 1 rubygems

Version Path
light-service-ext-0.1.1 spec/spec_helper.rb
light-service-ext-0.1.0 spec/spec_helper.rb