lib/lolcommits/test_helpers/git_repo.rb in lolcommits-0.17.1 vs lib/lolcommits/test_helpers/git_repo.rb in lolcommits-0.17.2
- old
+ new
@@ -6,10 +6,10 @@
def repo
@repo ||= Git.open(repo_path)
end
def repo_path
- '~/.lolcommits/plugin-test-repo'
+ '/tmp/lolcommits-plugin-test-repo'
end
def repo_exists?
File.directory?(File.expand_path(repo_path, '.git'))
end