class Capybara::RSpecMatchers::Matchers::HaveStyle

@deprecated

Public Class Methods

new(*args, &filter_block) click to toggle source
# File lib/capybara/rspec/matchers/match_style.rb, line 31
def initialize(*args, &filter_block)
  warn 'HaveStyle matcher is deprecated, please use the MatchStyle matcher instead'
  super
end