Sha256: 2b762b8cf24ba733fa2962914be07ebd825950261afe53ea18f48ae30b9f1feb
Contents?: true
Size: 358 Bytes
Versions: 15
Compression:
Stored size: 358 Bytes
Contents
# frozen_string_literal: true require "katalyst/kpop/matchers/capybara_matcher" module Katalyst module Kpop module Matchers # @api private class StreamMatcher < CapybaraMatcher def initialize(id: "kpop", action: "update") super("turbo-stream[action='#{action}'][target='#{id}']") end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems