Commit 0c9e361f authored by Robert Speicher's avatar Robert Speicher

Merge branch 'fix-repository-validation-service-spec' into 'master'

Fixes RepositoryValidationService spec

See merge request gitlab-org/security/gitlab!696
parents 3f9a2a5d 6afce716
......@@ -2,7 +2,7 @@
require 'spec_helper'
describe Snippets::RepositoryValidationService do
RSpec.describe Snippets::RepositoryValidationService do
describe '#execute' do
let_it_be(:user) { create(:user) }
let_it_be(:snippet) { create(:personal_snippet, :empty_repo, author: user) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment