123456789_123456789_123456789_123456789_123456789_

Class: Capybara::RSpecMatchers::Matchers::HaveStyle Deprecated

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
self, MatchStyle, WrappedElementMatcher, Base, Compound, RSpec::Matchers::Composable
Inherits: Capybara::RSpecMatchers::Matchers::MatchStyle
Defined in: lib/capybara/rspec/matchers/match_style.rb

Overview

Deprecated.

Class Method Summary

Instance Attribute Summary

Instance Method Summary

Constructor Details

.new(*args, **kw_args, &filter_block) ⇒ HaveStyle

[ GitHub ]

  
# 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