Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-04-12 00:14:02 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-04-12 19:05:50 +0300
commiteae2ed3366ac13832c56aefe965513b986d7e8b1 (patch)
tree12fa2cb1bac9ab03c1476f5c58f215aaf0a7ba10 /spec/features/projects/branches_spec.rb
parent2bf3846adcac843958837a32fafdeb63d067a532 (diff)
Spec improvements for speed, reliability and readability
Diffstat (limited to 'spec/features/projects/branches_spec.rb')
-rw-r--r--spec/features/projects/branches_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/branches_spec.rb b/spec/features/projects/branches_spec.rb
index acf478cd117..b7ce1b9993a 100644
--- a/spec/features/projects/branches_spec.rb
+++ b/spec/features/projects/branches_spec.rb
@@ -205,7 +205,7 @@ describe 'Branches' do
end
context 'when the project is archived' do
- let(:project) { create(:project, :public, :repository, archived: true) }
+ let(:project) { create(:project, :public, :repository, :archived) }
it 'does not show the merge request button when the project is archived' do
visit project_branches_path(project)