summaryrefslogtreecommitdiff
path: root/spec/workers/project_destroy_worker_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-1/+1
|
* Use `:empty_project` where possible in worker specsRobert Speicher2017-03-271-1/+1
|
* resolve deprecation warningsAdam Pahlevi2017-01-311-2/+2
| | | | | | don’t pass AR object, use the ID to avoid depr warning pass in the id instead of AR object to specs for `ProjectDestroyWorker`
* Fix skip_repo parameter being ignored when destroying a namespaceStan Hu2016-08-031-0/+24
When destroying a namespace, the `skip_repo` parameter is supposed to prevent the repository directory from being destroyed and allow the namespace after_destroy hook to run. If the namespace fails to be deleted for some reason, we could be left with repositories that are deleted with existing projects.