Sha256: 31fedb81f6b81580c281147cac4dba2739213981c4f50050ec07223244225872

Contents?: true

Size: 308 Bytes

Versions: 89

Compression:

Stored size: 308 Bytes

Contents

# frozen_string_literal: true

module PresenterTestHelpers
  def controller
    @controller ||= ViewComponent::Base.test_controller.constantize.new.tap { |c| c.request = request }.extend(Rails.application.routes.url_helpers)
  end

  def request
    @request ||= ActionDispatch::TestRequest.create
  end
end

Version data entries

89 entries across 88 versions & 3 rubygems

Version Path
blacklight-7.13.1 spec/support/presenter_test_helpers.rb
blacklight-7.13.0 spec/support/presenter_test_helpers.rb
blacklight-7.12.1 spec/support/presenter_test_helpers.rb
blacklight-7.12.0 spec/support/presenter_test_helpers.rb
blacklight-7.11.1 spec/support/presenter_test_helpers.rb
blacklight-7.10.0 spec/support/presenter_test_helpers.rb
blacklight-7.9.0 spec/support/presenter_test_helpers.rb
blacklight-7.8.1 spec/support/presenter_test_helpers.rb
blacklight-7.8.0 spec/support/presenter_test_helpers.rb