Commit 6afce716 authored by Mayra Cabrera's avatar Mayra Cabrera

Fixes RepositoryValidationService spec

Add 'Rspec' at the beginning of the spec
parent 3f9a2a5d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require 'spec_helper' require 'spec_helper'
describe Snippets::RepositoryValidationService do RSpec.describe Snippets::RepositoryValidationService do
describe '#execute' do describe '#execute' do
let_it_be(:user) { create(:user) } let_it_be(:user) { create(:user) }
let_it_be(:snippet) { create(:personal_snippet, :empty_repo, author: 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