rspec_rails_4 icon indicating copy to clipboard operation
rspec_rails_4 copied to clipboard

chapter 2 . Gem file is already current at the 01-branch

Open ghost opened this issue 10 years ago • 3 comments

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

ghost avatar Dec 08 '14 18:12 ghost

Try 01_untested (underscore instead of a hyphen).

ruralocity avatar Dec 09 '14 05:12 ruralocity

same problem.

git branch
master
"*" remotes/origin/01_untested

Roelof

ghost avatar Dec 09 '14 06:12 ghost

ok, try with a -t flag instead of -b:

git checkout -t origin/01_untested

ruralocity avatar Dec 10 '14 15:12 ruralocity