Sha256: 2136c43addf35114c9a93f192a504bc5894afa51eee57ce1fafc3bcc12888398
Contents?: true
Size: 289 Bytes
Versions: 15
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true require "katalyst/kpop/matchers/capybara_matcher" module Katalyst module Kpop module Matchers # @api private class TitleFinder < CapybaraMatcher def initialize super(".kpop-title") end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems