module

Spec::Item

Info that describe, context and it all have in common.

Instance methods

all_tags

All tags, including tags inherited from ancestor example groups

Source
description

The example or example group's description.

Source
end_line

The line where the example or example group ends.

Source
file

The file where the example or example group is defined.

Source
focus?

Does this example or example group have focus: true on it?

Source
line

The line where the example or example group starts.

Source
parent

The describe/context that wraps this example or example group.

Source
tags

The tags defined on this example or example group

Source