Sha256: da926cd991a512b06ca2514c7b361eb8f640c12686adb8510fc0396242d2275c

Contents?: true

Size: 285 Bytes

Versions: 6

Compression:

Stored size: 285 Bytes

Contents

# frozen_string_literal: true

require 'lhs'
require 'lhs/test/stub'

RSpec.configure do |config|
  config.before(:each) do
    LHS.config.request_cycle_cache.clear
  end

  config.before(:all) do

    module LHS
      def self.stub
        LHS::Test::Stub
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lhs-20.1.4 lib/lhs/rspec.rb
lhs-20.1.3.pre.paginationfix.3 lib/lhs/rspec.rb
lhs-20.1.3.pre.paginationfix.2 lib/lhs/rspec.rb
lhs-20.1.3.pre.paginationfix.1 lib/lhs/rspec.rb
lhs-20.1.2 lib/lhs/rspec.rb
lhs-20.1.1 lib/lhs/rspec.rb