summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/attributes_at_ref_parser_spec.rb
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-07-26 21:18:28 -0400
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-07-31 16:28:44 -0400
commit01de2b5df89c4eaca92408c18203050604a4e94f (patch)
treee5a12c48af108817d8c717fcd04d87cd04d090b8 /spec/lib/gitlab/git/attributes_at_ref_parser_spec.rb
parent93c7b6c51a49a1939a876f2510a69e59827ac816 (diff)
downloadgitlab-ce-01de2b5df89c4eaca92408c18203050604a4e94f.tar.gz
Refactor gitlab:import:repos task to remove direct disk access
Diffstat (limited to 'spec/lib/gitlab/git/attributes_at_ref_parser_spec.rb')
-rw-r--r--spec/lib/gitlab/git/attributes_at_ref_parser_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/git/attributes_at_ref_parser_spec.rb b/spec/lib/gitlab/git/attributes_at_ref_parser_spec.rb
index 5d22dcfb508..ca067a29174 100644
--- a/spec/lib/gitlab/git/attributes_at_ref_parser_spec.rb
+++ b/spec/lib/gitlab/git/attributes_at_ref_parser_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe Gitlab::Git::AttributesAtRefParser, seed_helper: true do
+describe Gitlab::Git::AttributesAtRefParser, :seed_helper do
let(:project) { create(:project, :repository) }
let(:repository) { project.repository }