Method: Spec::Example::ExampleGroupProxy#description
- Defined in:
- lib/spec/example/example_group_proxy.rb
#description ⇒ Object (readonly)
This is the description passed to the describe()
method or any of its aliases
25 26 27 |
# File 'lib/spec/example/example_group_proxy.rb', line 25 def description @description end |