spec/support/git.rb in stove-1.0.1 vs spec/support/git.rb in stove-1.1.0
- old
+ new
@@ -9,9 +9,10 @@
Dir.chdir(path) do
git 'init .'
git 'add --all'
git 'commit --message "Initial commit"'
git 'remote add origin file://' + fake_git_remote
+ git 'push origin master'
end
end
def fake_git_remote
path = File.expand_path(File.join(tmp_path, 'remote.git'))