Class: SystemTester::Feature
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- SystemTester::Feature
- Includes:
- TitleValidatable
- Defined in:
- app/models/system_tester/feature.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
8 9 10 11 12 13 14 |
# File 'app/models/system_tester/feature.rb', line 8 def to_s str = "" str << open str << scenarios.map(&:to_s).join("") str << close str end |