Skip to content

Instantly share code, notes, and snippets.

@MacksMind
Created March 2, 2016 21:13
Show Gist options
  • Save MacksMind/2be0f9829de72dd9ca76 to your computer and use it in GitHub Desktop.
Save MacksMind/2be0f9829de72dd9ca76 to your computer and use it in GitHub Desktop.
Run rspec 5 specs at a time. Helps to debug where things are hanging up.
find spec -name '*_spec.rb' | xargs -tn 5 bundle exec ruby -I.:spec -r 'rspec/autorun' -e 'ARGV.each{|f| require f}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment