Skip to content

Commit 53f4ab8

Browse files
committed
Merge pull request #141 from josmas/init_data
changed some defaults in badges fixture
2 parents ec0bff5 + b3fea1c commit 53f4ab8

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

lernanta/apps/badges/fixtures/test_challenges_with_bagdes.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@
5353
"created_on": "2011-10-13 02:01:34",
5454
"slug": "test-webmaking-101",
5555
"start_date": null,
56-
"under_development": true,
57-
"featured": false,
56+
"under_development": false,
57+
"featured": true,
58+
"community_featured": true,
5859
"other": "",
5960
"next_projects": [
6061
2
@@ -84,8 +85,9 @@
8485
"created_on": "2011-10-13 02:03:50",
8586
"slug": "test-webmaking-101-2",
8687
"start_date": null,
87-
"under_development": true,
88+
"under_development": false,
8889
"featured": false,
90+
"community_featured": true,
8991
"other": "",
9092
"next_projects": [
9193
3
@@ -115,8 +117,9 @@
115117
"created_on": "2011-10-13 02:05:54",
116118
"slug": "test-webmaking-101-3",
117119
"start_date": null,
118-
"under_development": true,
119-
"featured": false,
120+
"under_development": false,
121+
"featured": true,
122+
"community_featured": true,
120123
"other": "",
121124
"next_projects": [
122125
4
@@ -146,7 +149,7 @@
146149
"created_on": "2011-10-13 02:23:46",
147150
"slug": "test-webmaking-101-4",
148151
"start_date": null,
149-
"under_development": true,
152+
"under_development": false,
150153
"featured": false,
151154
"other": "",
152155
"next_projects": [
@@ -177,7 +180,7 @@
177180
"created_on": "2011-10-13 02:24:42",
178181
"slug": "test-webmaking-101-5",
179182
"start_date": null,
180-
"under_development": true,
183+
"under_development": false,
181184
"featured": false,
182185
"other": "",
183186
"next_projects": [
@@ -208,7 +211,7 @@
208211
"created_on": "2011-10-13 02:26:11",
209212
"slug": "test-webmaking-101-6",
210213
"start_date": null,
211-
"under_development": true,
214+
"under_development": false,
212215
"featured": false,
213216
"other": "",
214217
"next_projects": [
@@ -239,7 +242,7 @@
239242
"created_on": "2011-10-13 02:26:34",
240243
"slug": "test-webmaking-101-7",
241244
"start_date": null,
242-
"under_development": true,
245+
"under_development": false,
243246
"featured": false,
244247
"other": "",
245248
"next_projects": [],

0 commit comments

Comments
 (0)