Skip to content

Commit 7945fa2

Browse files
committed
fixing rubocop
1 parent e5394e1 commit 7945fa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/models/project_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@
324324
let!(:python_project) { create(:project, project_type: Project::Types::PYTHON) }
325325
let!(:html_project) { create(:project, project_type: Project::Types::HTML) }
326326
let!(:project_with_unknown_type) { create(:project, project_type: 'unknown') }
327-
let!(:scratch_project) { create(:project, project_type: Project::Types::SCRATCH) }
328327

329328
it 'includes python projects' do
330329
expect(described_class.all).to include(python_project)

0 commit comments

Comments
 (0)