Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2013-11-12 18:11:46 +0400
committerMarin Jankovski <marin@gitlab.com>2013-11-12 18:11:46 +0400
commit4e9284a023f26e3dfd56a0130b8e2a38c884f0e6 (patch)
tree4fec442ed7a1ec887d79e32d73dacdf96b8d1980 /spec/factories.rb
parente16eb912990770c9e5bddece966d2988ed7fa575 (diff)
Clear state in test satellite dir.
Diffstat (limited to 'spec/factories.rb')
-rw-r--r--spec/factories.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories.rb b/spec/factories.rb
index 624cb0f7654..3b0e305460d 100644
--- a/spec/factories.rb
+++ b/spec/factories.rb
@@ -66,6 +66,7 @@ FactoryGirl.define do
after :create do |project|
TestEnv.clear_repo_dir(project.namespace, project.path)
+ TestEnv.reset_satellite_dir
TestEnv.create_repo(project.namespace, project.path)
end
end