Class TagListAction
In: lib/mspec/runner/actions/taglist.rb
Parent: Object

TagListAction - prints out the descriptions for any specs tagged with tags. If tags is an empty list, prints out descriptions for any specs that are tagged.

Methods

===   after   include?   load   new   register   start   unregister  

Public Class methods

Public Instance methods

Returns true if any tagged descriptions matches string.

Prints the spec description if it matches the filter.

Returns true. This enables us to match any tag when loading tags from the file.

Creates a MatchFilter for specific tags or for all tags.

Prints a banner about matching tagged specs.

[Validate]