Advertisement
Guest User

Untitled

a guest
Jul 26th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.57 KB | None | 0 0
  1. schilling@roberts-mbp:~/Documents/gitprojects/gitlab/bin|master⚡
  2. ⇒  ./rspec
  3. env: ruby\r: No such file or directory
  4. rschilling@roberts-mbp:~/Documents/gitprojects/gitlab/bin|master⚡
  5. ⇒  dos2unix rspec
  6. dos2unix: Datei rspec wird ins Unix-Format umgewandelt ...
  7. rschilling@roberts-mbp:~/Documents/gitprojects/gitlab/bin|master⚡
  8. ⇒  git st    
  9. ## master...origin/master [ahead 4461]
  10.  M ../app/services/create_branch_service.rb
  11.  M rspec
  12.  M ../features/project/commits/branches.feature
  13.  M ../features/steps/project/browse_branches.rb
  14. ?? ../gitlab.sublime-project
  15. ?? ../gitlab.sublime-workspace
  16. ?? ../lib/gitlab/git_ref_validator.rb
  17. rschilling@roberts-mbp:~/Documents/gitprojects/gitlab/bin|master⚡
  18. ⇒  git co rspec
  19. rschilling@roberts-mbp:~/Documents/gitprojects/gitlab/bin|master⚡
  20. ⇒  git diff
  21. rschilling@roberts-mbp:~/Documents/gitprojects/gitlab/bin|master⚡
  22. ⇒  git st
  23. ## master...origin/master [ahead 4461]
  24.  M ../app/services/create_branch_service.rb
  25.  M ../features/project/commits/branches.feature
  26.  M ../features/steps/project/browse_branches.rb
  27. ?? ../gitlab.sublime-project
  28. ?? ../gitlab.sublime-workspace
  29. ?? ../lib/gitlab/git_ref_validator.rb
  30. rschilling@roberts-mbp:~/Documents/gitprojects/gitlab/bin|master⚡
  31. ⇒  ./rspec
  32. Warning: You're using Rubygems 2.0.14 with Spring. Upgrade to at least Rubygems 2.1.0 and run `gem pristine --all` for better startup performance.
  33. Bundler is using a binstub that was created for a different gem.
  34. This is deprecated, in future versions you may need to `bundle binstub rspec` to work around a system/bundle conflict.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement