Module: TestSelector::HTMLHelper
- Defined in:
- lib/test_selector/html_helper.rb
Instance Method Summary collapse
Instance Method Details
#test_selector(name = nil, value = nil) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/test_selector/html_helper.rb', line 5 def test_selector(name = nil, value = nil) return if disable? called_by = caller setup_test_selector(called_by, name, value) end |