Created
December 3, 2013 00:33
-
-
Save mscottford/7761833 to your computer and use it in GitHub Desktop.
Command to run specs that have changed (according to git; may need to run git add spec first) Source: http://crashruby.com/2013/06/13/running-changed-tests/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rspec `git diff --name-only flux -- spec | egrep '_spec.rb'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment