Skip to content

Commit 66b1267

Browse files
committed
Add second example project for Experience CS
1 parent f68a9e2 commit 66b1267

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/tasks/projects.rake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ namespace :projects do
1515
project_type: Project::Types::SCRATCH,
1616
name: 'Experience CS Example',
1717
user_id: nil
18+
},
19+
{
20+
identifier: 'ten-block-mission',
21+
locale: 'en',
22+
project_type: Project::Types::SCRATCH,
23+
name: '10 Block Mission',
24+
user_id: nil
1825
}
1926
]
2027
projects.each do |attributes|

0 commit comments

Comments
 (0)