Guest User

Untitled

a guest
Nov 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # usage
  4. # git bisect start HEAD d35215abcc878b9baec0df46ba69a880e384abba
  5. # git bisect run ./foo.sh
  6.  
  7. cd subdirectory_containing_project
  8.  
  9. bundle exec rspec ./spec/spec_that_is_mysteriously_failing.rb:405
Add Comment
Please, Sign In to add comment