Commit c16b69bb authored by Boris Bügling's avatar Boris Bügling

Change spec so that it would cause a rebase.

parent f78080cb
...@@ -95,6 +95,7 @@ module Pod ...@@ -95,6 +95,7 @@ module Pod
`git remote -v` `git remote -v`
`git fetch -q` `git fetch -q`
`git branch --set-upstream-to=origin/master master` `git branch --set-upstream-to=origin/master master`
`git config branch.master.rebase true`
end end
config.repos_dir = SpecHelper.tmp_repos_path config.repos_dir = SpecHelper.tmp_repos_path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment