Class: Capybara::RSpecMatchers::Matchers::HaveStyle Deprecated
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Capybara::RSpecMatchers::Matchers::MatchStyle
|
Defined in: | lib/capybara/rspec/matchers/match_style.rb |
Overview
Deprecated.
Class Method Summary
MatchStyle
- Inherited
Base
- Inherited
Instance Attribute Summary
Base
- Inherited
Instance Method Summary
Constructor Details
.new(*args, **kw_args, &filter_block) ⇒ HaveStyle
# File 'lib/capybara/rspec/matchers/match_style.rb', line 36
def initialize(*args, **kw_args, &filter_block) warn 'HaveStyle matcher is deprecated, please use the MatchStyle matcher instead' super end