rbxbx / dirty

Easily run dirty tests when using Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Easily run dirty tests when using Git

License:MIT License


Languages

Language:Ruby 100.0%