Guest User

Untitled

a guest
Mar 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. set -e
  2.  
  3. FILE_1=$1
  4. echo $FILE_1
  5.  
  6. git checkout restore-old-specs -- spec/lib/$FILE_1
  7. git rm spec.old/lib/$FILE_1
  8. rspec spec/lib/$FILE_1
Add Comment
Please, Sign In to add comment