Module: TestBench::Session::Controls::Comment::Heading::Random
- Defined in:
- lib/test_bench/session/controls/comment.rb
Class Method Summary collapse
Class Method Details
.example(suffix = nil) ⇒ Object
83 84 85 86 87 88 89 |
# File 'lib/test_bench/session/controls/comment.rb', line 83 def self.example(suffix=nil) suffix ||= Controls::Random.string text = "#{Heading.text} #{suffix}" Heading.example(text:) end |