diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-03-28 17:13:16 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-04-20 17:30:55 -0400 |
commit | aef345024f72ca8d4b57a65b149d018a50219a87 (patch) | |
tree | d51c393848fbf30c98fb59f3fc9dab6332d96b11 /spec/features/variables_spec.rb | |
parent | b8b6ab6b91c05350e6fc50f21273ca18237af858 (diff) | |
download | gitlab-ce-aef345024f72ca8d4b57a65b149d018a50219a87.tar.gz |
Use `:empty_project` where possible in top-level feature specsrs-empty-project-features
Diffstat (limited to 'spec/features/variables_spec.rb')
-rw-r--r-- | spec/features/variables_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/variables_spec.rb b/spec/features/variables_spec.rb index a362d6fd3b6..b83a230c1f8 100644 --- a/spec/features/variables_spec.rb +++ b/spec/features/variables_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' describe 'Project variables', js: true do let(:user) { create(:user) } - let(:project) { create(:project) } + let(:project) { create(:empty_project) } let(:variable) { create(:ci_variable, key: 'test_key', value: 'test value') } before do |