Module: ViewSpec::DSL::Title
- Extended by:
- ActiveSupport::Concern
- Included in:
- GroupContext, ScenarioContext, SpecContext
- Defined in:
- lib/view_spec/dsl/title.rb
Instance Method Summary collapse
Instance Method Details
#title(value = nil) ⇒ Object
6 7 8 9 |
# File 'lib/view_spec/dsl/title.rb', line 6 def title(value = nil) @title = value unless value.nil? @title end |