Sha256: e4031934fbbe0d5179838b709752a200a6a404b60c21f18c4e8ec11baf6b1e24

Contents?: true

Size: 343 Bytes

Versions: 11

Compression:

Stored size: 343 Bytes

Contents

# frozen_string_literal: true

require_relative 'fake_survey_service/object_cache'
require_relative 'fake_survey_service/request'

module Shark
  module RSpec
    module FakeSurveyService
      def self.setup
        ObjectCache.clear
        Request.setup
      end

      def self.reset
        ObjectCache.clear
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bima-shark-sdk-3.1.1 lib/shark/rspec/fake_survey_service.rb
bima-shark-sdk-2.5.0 lib/shark/rspec/fake_survey_service.rb
bima-shark-sdk-3.1.0 lib/shark/rspec/fake_survey_service.rb
bima-shark-sdk-3.0.0 lib/shark/rspec/fake_survey_service.rb
bima-shark-sdk-2.4.4 lib/shark/rspec/fake_survey_service.rb
bima-shark-sdk-2.4.3 lib/shark/rspec/fake_survey_service.rb
bima-shark-sdk-2.4.2 lib/shark/rspec/fake_survey_service.rb
bima-shark-sdk-2.4.1 lib/shark/rspec/fake_survey_service.rb
bima-shark-sdk-2.4.0 lib/shark/rspec/fake_survey_service.rb
bima-shark-sdk-2.3.1 lib/shark/rspec/fake_survey_service.rb
bima-shark-sdk-2.3.0 lib/shark/rspec/fake_survey_service.rb