rspec_rails_4
rspec_rails_4 copied to clipboard
chapter 2 . Gem file is already current at the 01-branch
Hello,
I did git checkout -b remotes/origin/01-untested and want to adapt the gem file according to chapter 2.
But everything is already in place in the gem file ?
Roelof
Try 01_untested (underscore instead of a hyphen).
same problem.
git branch
master
"*" remotes/origin/01_untested
Roelof
ok, try with a -t flag instead of -b:
git checkout -t origin/01_untested