module CapybaraTable::RSpecMatchers

Public Instance Methods

have_table(caption, **options) click to toggle source
# File lib/capybara_table/rspec.rb, line 7
def have_table(caption, **options)
  have_selector(:table, caption, **options)
end