Class: Katalyst::Kpop::Matchers::TitleFinder Private
- Inherits:
-
CapybaraMatcher
- Object
- RSpec::Rails::Matchers::BaseMatcher
- Base
- CapybaraMatcher
- Katalyst::Kpop::Matchers::TitleFinder
- Defined in:
- lib/katalyst/kpop/matchers/title_finder.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from CapybaraMatcher
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ TitleFinder
constructor
private
A new instance of TitleFinder.
Methods inherited from CapybaraMatcher
#describe_actual, #describe_expected, #description, #failure_message, #failure_message_when_negated, #match, #matches?
Methods inherited from Base
Constructor Details
#initialize ⇒ TitleFinder
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of TitleFinder.
8 9 10 |
# File 'lib/katalyst/kpop/matchers/title_finder.rb', line 8 def initialize super(".kpop-title") end |