summaryrefslogtreecommitdiff
path: root/spec/frontend/fixtures/branches.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/fixtures/branches.rb')
-rw-r--r--spec/frontend/fixtures/branches.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/frontend/fixtures/branches.rb b/spec/frontend/fixtures/branches.rb
index f3b3633347d..828564977e0 100644
--- a/spec/frontend/fixtures/branches.rb
+++ b/spec/frontend/fixtures/branches.rb
@@ -9,11 +9,6 @@ RSpec.describe 'Branches (JavaScript fixtures)' do
let_it_be(:project) { create(:project, :repository, namespace: namespace, path: 'branches-project') }
let_it_be(:user) { project.owner }
- before(:all) do
- clean_frontend_fixtures('branches/')
- clean_frontend_fixtures('api/branches/')
- end
-
after(:all) do
remove_repository(project)
end