Skip to content

Instantly share code, notes, and snippets.

@pmargreff
Created March 2, 2021 12:47
Show Gist options
  • Save pmargreff/d71a6270156ab1517a8c573f0ab89731 to your computer and use it in GitHub Desktop.
Save pmargreff/d71a6270156ab1517a8c573f0ab89731 to your computer and use it in GitHub Desktop.
Useful snippets
# running tests against all changed spec files
git status | grep 'spec' | sed -e "s/modified: //" | bundle exec rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment