Skip to content

Commit fe7627f

Browse files
committed
add extra test
1 parent 93bd1ce commit fe7627f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/models/project_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,10 @@
362362
expect(projects_in_scope).to include(html_project)
363363
end
364364

365+
it 'includes scratch projects' do
366+
expect(projects_in_scope).to include(scratch_project)
367+
end
368+
365369
it 'includes projects with unknown type' do
366370
expect(projects_in_scope).to include(project_with_unknown_type)
367371
end

0 commit comments

Comments
 (0)