summaryrefslogtreecommitdiff
path: root/features/steps/groups.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-01-17 11:52:26 -0500
committerRobert Speicher <rspeicher@gmail.com>2017-01-17 16:02:09 -0500
commit8fac013d9c111c63977b3ccce58fb04495f10bc0 (patch)
tree08abac1db0397d5020d6a3339e7e74f4dd900835 /features/steps/groups.rb
parent822bf2f91c536870848df7b6f333d81fe7c89ead (diff)
downloadgitlab-ce-8fac013d9c111c63977b3ccce58fb04495f10bc0.tar.gz
Remove repository trait from factories that don't need it in featuresrs-repository-project-trait
Diffstat (limited to 'features/steps/groups.rb')
-rw-r--r--features/steps/groups.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/groups.rb b/features/steps/groups.rb
index b6684226b33..4dc87dc4d9c 100644
--- a/features/steps/groups.rb
+++ b/features/steps/groups.rb
@@ -109,7 +109,7 @@ class Spinach::Features::Groups < Spinach::FeatureSteps
step 'Group "Owned" has archived project' do
group = Group.find_by(name: 'Owned')
- @archived_project = create(:project, :repository, namespace: group, archived: true, path: "archived-project")
+ @archived_project = create(:empty_project, :archived, namespace: group, path: "archived-project")
end
step 'I should see "archived" label' do