dirty icon indicating copy to clipboard operation
dirty copied to clipboard

Easily run dirty tests when using Git

dirty

Easily run dirty (changed, untracked, added) specs and/or features in the current directory when using Git.

Usage:

$ gem install dirty
$ dirty            # specs and features
$ dirty spec       # just specs
$ dirty feature    # just features