try to use stable version for database cleaner
This commit is contained in:
parent
1c517153a8
commit
00ae65b108
4 changed files with 6 additions and 11 deletions
|
@ -34,6 +34,7 @@ Spinach.hooks.before_scenario do
|
|||
Gitlab.config.gitlab_shell.stub(repos_path: Rails.root.join('tmp', 'test-git-base-path'))
|
||||
FileUtils.rm_rf Gitlab.config.gitlab_shell.repos_path
|
||||
FileUtils.mkdir_p Gitlab.config.gitlab_shell.repos_path
|
||||
DatabaseCleaner.start
|
||||
end
|
||||
|
||||
Spinach.hooks.after_scenario do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue