summaryrefslogtreecommitdiff
path: root/spec/features/projects_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects_spec.rb')
-rw-r--r--spec/features/projects_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb
index 56523f6e1a8..f8eea70ec4a 100644
--- a/spec/features/projects_spec.rb
+++ b/spec/features/projects_spec.rb
@@ -47,13 +47,6 @@ feature 'Project' do
it 'should remove project' do
expect { remove_project }.to change {Project.count}.by(-1)
end
-
- it 'should delete the project from disk' do
- expect(GitlabShellWorker).to receive(:perform_async).
- with(:remove_repository, /#{project.path_with_namespace}/).twice
-
- remove_project
- end
end
def remove_project