flutter 0.1.0.pre.2 → 0.1.0.pre.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -1
  3. data/README.md +3 -1
  4. data/lib/flutter/persistence.rb +51 -5
  5. data/lib/flutter/tracker.rb +47 -5
  6. data/lib/flutter/version.rb +1 -1
  7. metadata +16 -91
  8. data/integration_tests/minitest/grape_app/.gitignore +0 -67
  9. data/integration_tests/minitest/grape_app/.ruby-version +0 -1
  10. data/integration_tests/minitest/grape_app/Gemfile +0 -17
  11. data/integration_tests/minitest/grape_app/Gemfile.lock +0 -89
  12. data/integration_tests/minitest/grape_app/README.md +0 -2
  13. data/integration_tests/minitest/grape_app/Rakefile +0 -9
  14. data/integration_tests/minitest/grape_app/api/api.rb +0 -34
  15. data/integration_tests/minitest/grape_app/api/routes/api_helpers.rb +0 -12
  16. data/integration_tests/minitest/grape_app/api/routes/change_request/api.rb +0 -69
  17. data/integration_tests/minitest/grape_app/api/routes/change_request/response_entity.rb +0 -18
  18. data/integration_tests/minitest/grape_app/api/routes/event/api.rb +0 -121
  19. data/integration_tests/minitest/grape_app/api/routes/event/response_entity.rb +0 -41
  20. data/integration_tests/minitest/grape_app/api/routes/project/api.rb +0 -59
  21. data/integration_tests/minitest/grape_app/api/routes/project/response_entity.rb +0 -13
  22. data/integration_tests/minitest/grape_app/api/routes/property/api.rb +0 -78
  23. data/integration_tests/minitest/grape_app/api/routes/property/response_entity.rb +0 -31
  24. data/integration_tests/minitest/grape_app/api/routes/trackable_object/api.rb +0 -64
  25. data/integration_tests/minitest/grape_app/api/routes/trackable_object/response_entity.rb +0 -24
  26. data/integration_tests/minitest/grape_app/api/routes/tracking_spec/api.rb +0 -88
  27. data/integration_tests/minitest/grape_app/api/routes/tracking_spec/response_entity.rb +0 -17
  28. data/integration_tests/minitest/grape_app/api/routes/tracking_spec/spec_response.rb +0 -19
  29. data/integration_tests/minitest/grape_app/api/routes/user/api.rb +0 -22
  30. data/integration_tests/minitest/grape_app/api/routes/user/response_entity.rb +0 -12
  31. data/integration_tests/minitest/grape_app/app/app.rb +0 -30
  32. data/integration_tests/minitest/grape_app/app/change_request/endpoint.rb +0 -24
  33. data/integration_tests/minitest/grape_app/app/change_request/generate_system_changes.rb +0 -25
  34. data/integration_tests/minitest/grape_app/app/change_request/service.rb +0 -79
  35. data/integration_tests/minitest/grape_app/app/event/endpoint.rb +0 -78
  36. data/integration_tests/minitest/grape_app/app/event/service.rb +0 -68
  37. data/integration_tests/minitest/grape_app/app/event/validator.rb +0 -108
  38. data/integration_tests/minitest/grape_app/app/project/endpoint.rb +0 -24
  39. data/integration_tests/minitest/grape_app/app/project/service.rb +0 -42
  40. data/integration_tests/minitest/grape_app/app/property/endpoint.rb +0 -39
  41. data/integration_tests/minitest/grape_app/app/property/service.rb +0 -56
  42. data/integration_tests/minitest/grape_app/app/trackable_object/endpoint.rb +0 -38
  43. data/integration_tests/minitest/grape_app/app/trackable_object/service.rb +0 -49
  44. data/integration_tests/minitest/grape_app/app/trackable_object/validator.rb +0 -40
  45. data/integration_tests/minitest/grape_app/app/tracking_spec/endpoint.rb +0 -58
  46. data/integration_tests/minitest/grape_app/app/tracking_spec/expand_tracking_spec_events.rb +0 -91
  47. data/integration_tests/minitest/grape_app/app/tracking_spec/service.rb +0 -51
  48. data/integration_tests/minitest/grape_app/app/tracking_spec/validator.rb +0 -61
  49. data/integration_tests/minitest/grape_app/app/utils/errors/api_exceptions.rb +0 -10
  50. data/integration_tests/minitest/grape_app/app/utils/errors/service_exceptions.rb +0 -12
  51. data/integration_tests/minitest/grape_app/app/versioned_entity/entity.rb +0 -110
  52. data/integration_tests/minitest/grape_app/app/versioned_entity/service.rb +0 -47
  53. data/integration_tests/minitest/grape_app/app/versioned_entity/validator.rb +0 -61
  54. data/integration_tests/minitest/grape_app/app/versioned_entity_snapshot/entity.rb +0 -32
  55. data/integration_tests/minitest/grape_app/config/boot.rb +0 -9
  56. data/integration_tests/minitest/grape_app/config.ru +0 -3
  57. data/integration_tests/minitest/grape_app/db/proto/change_request.rb +0 -10
  58. data/integration_tests/minitest/grape_app/db/proto/common/doc.rb +0 -86
  59. data/integration_tests/minitest/grape_app/db/proto/event.rb +0 -10
  60. data/integration_tests/minitest/grape_app/db/proto/event_snapshot.rb +0 -10
  61. data/integration_tests/minitest/grape_app/db/proto/project.rb +0 -21
  62. data/integration_tests/minitest/grape_app/db/proto/property.rb +0 -10
  63. data/integration_tests/minitest/grape_app/db/proto/property_snapshot.rb +0 -10
  64. data/integration_tests/minitest/grape_app/db/proto/trackable_object.rb +0 -10
  65. data/integration_tests/minitest/grape_app/db/proto/trackable_object_snapshot.rb +0 -10
  66. data/integration_tests/minitest/grape_app/db/proto/tracking_spec.rb +0 -10
  67. data/integration_tests/minitest/grape_app/test/api/functional/event_test.rb +0 -186
  68. data/integration_tests/minitest/grape_app/test/api/functional/property_test.rb +0 -197
  69. data/integration_tests/minitest/grape_app/test/api/functional/trackable_object_test.rb +0 -134
  70. data/integration_tests/minitest/grape_app/test/api/functional/tracking_spec_test.rb +0 -56
  71. data/integration_tests/minitest/grape_app/test/api/functional/user_test.rb +0 -24
  72. data/integration_tests/minitest/grape_app/test/api/functional/versioned_entity_helper.rb +0 -157
  73. data/integration_tests/minitest/grape_app/test/fixtures/change_requests.rb +0 -83
  74. data/integration_tests/minitest/grape_app/test/fixtures/event_snapshots.rb +0 -105
  75. data/integration_tests/minitest/grape_app/test/fixtures/events.rb +0 -58
  76. data/integration_tests/minitest/grape_app/test/fixtures/properties.rb +0 -66
  77. data/integration_tests/minitest/grape_app/test/fixtures/property_snapshots.rb +0 -124
  78. data/integration_tests/minitest/grape_app/test/fixtures/sample_tracking_spec.json +0 -125
  79. data/integration_tests/minitest/grape_app/test/fixtures/trackable_objects.rb +0 -58
  80. data/integration_tests/minitest/grape_app/test/fixtures/trackable_objects_snapshots.rb +0 -61
  81. data/integration_tests/minitest/grape_app/test/fixtures/tracking_specs.rb +0 -22
  82. data/integration_tests/minitest/grape_app/test/test_helper.rb +0 -15
@@ -1,105 +0,0 @@
1
- module Skee
2
- module Test
3
- module Fixtures
4
- class EventSnapshots
5
- def self.all
6
- [
7
- {
8
- 'id': '1',
9
- 'name': 'Closed App',
10
- 'description': 'Description of event A.',
11
- 'payload': {
12
- 'primary_user' => {
13
- 'reference_entity_type': :trackable_object,
14
- 'reference_entity_id': '1',
15
- 'is_array': false,
16
- 'is_primary': true,
17
- 'selected_property_ids': ['1'],
18
- },
19
- 'created_timestamp' => {
20
- 'reference_entity_type': :property,
21
- 'reference_entity_id': '2',
22
- 'is_array': false,
23
- 'is_primary': nil,
24
- 'selected_property_ids': ['2'],
25
- },
26
- 'cart' => {
27
- 'reference_entity_type': :trackable_object,
28
- 'reference_entity_id': '3',
29
- 'is_array': false,
30
- 'is_primary': nil,
31
- 'selected_property_ids': ['3'],
32
- }
33
- },
34
- 'change_request_id': '1',
35
- 'previous_snapshot_id': nil,
36
- 'is_removed': nil,
37
- },
38
- {
39
- 'id': '4',
40
- 'name': 'Launched App',
41
- 'description': 'Description of event A.',
42
- 'payload': {
43
- 'primary_user' => {
44
- 'reference_entity_type': :trackable_object,
45
- 'reference_entity_id': '1',
46
- 'is_array': false,
47
- 'is_primary': true,
48
- 'selected_property_ids': ['1'],
49
- },
50
- 'created_timestamp' => {
51
- 'reference_entity_type': :property,
52
- 'reference_entity_id': '2',
53
- 'is_array': false,
54
- 'is_primary': nil,
55
- 'selected_property_ids': ['2'],
56
- },
57
- 'cart' => {
58
- 'reference_entity_type': :trackable_object,
59
- 'reference_entity_id': '3',
60
- 'is_array': false,
61
- 'is_primary': nil,
62
- 'selected_property_ids': ['3'],
63
- }
64
- },
65
- 'change_request_id': '1',
66
- 'previous_snapshot_id': nil,
67
- 'is_removed': nil,
68
- },
69
- {
70
- 'id': '5',
71
- 'name': 'Opened App',
72
- 'description': 'Description of event A.',
73
- 'payload': {
74
- 'primary_user' => {
75
- 'reference_entity_type': :trackable_object,
76
- 'reference_entity_id': '1',
77
- 'is_array': false,
78
- 'is_primary': true,
79
- 'selected_property_ids': ['1'],
80
- },
81
- 'created_timestamp' => {
82
- 'reference_entity_type': :property,
83
- 'reference_entity_id': '2',
84
- 'is_array': false,
85
- 'is_primary': nil,
86
- 'selected_property_ids': ['2'],
87
- },
88
- 'cart' => {
89
- 'reference_entity_type': :trackable_object,
90
- 'reference_entity_id': '3',
91
- 'is_array': false,
92
- 'is_primary': nil,
93
- 'selected_property_ids': ['3'],
94
- }
95
- },
96
- 'change_request_id': '1',
97
- 'previous_snapshot_id': nil,
98
- 'is_removed': nil,
99
- },
100
- ]
101
- end
102
- end
103
- end
104
- end
105
- end
@@ -1,58 +0,0 @@
1
- module Skee
2
- module Test
3
- module Fixtures
4
- class Events
5
- def self.all
6
- [
7
- {
8
- 'id': '1',
9
- 'latest_snapshot_id': '1',
10
- 'snapshot_mapping': {
11
- '0' => '1'
12
- },
13
- 'is_removed': nil,
14
- }, {
15
- 'id': '2',
16
- 'latest_snapshot_id': nil,
17
- 'snapshot_mapping': {
18
- },
19
- 'is_removed': nil,
20
- }, {
21
- 'id': '3',
22
- 'latest_snapshot_id': '5',
23
- 'snapshot_mapping': {
24
- '0' => '5'
25
- },
26
- 'is_removed': nil,
27
- }, {
28
- 'id': '4',
29
- 'latest_snapshot_id': '4',
30
- 'snapshot_mapping': {
31
- '0' => '4'
32
- },
33
- 'is_removed': nil,
34
- }, {
35
- 'id': '5',
36
- 'latest_snapshot_id': '4',
37
- 'snapshot_mapping': {
38
- },
39
- 'is_removed': nil,
40
- }, {
41
- 'id': '6',
42
- 'latest_snapshot_id': nil,
43
- 'snapshot_mapping': {
44
- },
45
- 'is_removed': nil,
46
- }, {
47
- 'id': '7',
48
- 'latest_snapshot_id': nil,
49
- 'snapshot_mapping': {
50
- },
51
- 'is_removed': nil,
52
- }
53
- ]
54
- end
55
- end
56
- end
57
- end
58
- end
@@ -1,66 +0,0 @@
1
- module Skee
2
- module Test
3
- module Fixtures
4
- class Properties
5
- def self.all
6
- [{
7
- 'id': '1',
8
- 'latest_snapshot_id': '1',
9
- 'snapshot_mapping': {
10
- '0' => '1'
11
- },
12
- 'is_removed': nil,
13
- }, {
14
- 'id': '2',
15
- 'latest_snapshot_id': '2',
16
- 'snapshot_mapping': {
17
- '0' => '2'
18
- },
19
- 'is_removed': nil,
20
- }, {
21
- 'id': '3',
22
- 'latest_snapshot_id': '3',
23
- 'snapshot_mapping': {
24
- '0' => '3'
25
- },
26
- 'is_removed': nil,
27
- }, {
28
- 'id': '4',
29
- 'latest_snapshot_id': '1',
30
- 'snapshot_mapping': {
31
- '0' => '1'
32
- },
33
- 'is_removed': nil,
34
- }, {
35
- 'id': '5',
36
- 'latest_snapshot_id': '4',
37
- 'snapshot_mapping': {
38
- },
39
- 'is_removed': nil,
40
- }, {
41
- 'id': '6',
42
- 'latest_snapshot_id': nil,
43
- 'snapshot_mapping': {
44
- },
45
- 'is_removed': nil,
46
- }, {
47
- 'id': '7',
48
- 'latest_snapshot_id': '6',
49
- 'snapshot_mapping': {
50
- '0' => '6'
51
- },
52
- 'is_removed': nil,
53
- }, {
54
- 'id': '8',
55
- 'latest_snapshot_id': '7',
56
- 'snapshot_mapping': {
57
- '0' => '7'
58
- },
59
- 'is_removed': nil,
60
- }
61
- ]
62
- end
63
- end
64
- end
65
- end
66
- end
@@ -1,124 +0,0 @@
1
- module Skee
2
- module Test
3
- module Fixtures
4
- class PropertySnapshots
5
- def self.all
6
- [
7
- {
8
- 'id': '1',
9
- 'name': 'name',
10
- 'is_array': false,
11
- 'property_of': :trackable_object,
12
- 'data_type': 'String',
13
- 'description': "user's name",
14
- 'trackable_object_id': nil,
15
- 'is_nullable': false,
16
- 'additional_instructions': nil,
17
- 'data_format_id': nil,
18
- 'regex_validation': nil,
19
- 'change_request_id': '1',
20
- 'previous_snapshot_id': nil,
21
- 'is_removed': nil,
22
- },
23
- {
24
- 'id': '2',
25
- 'name': 'created_at',
26
- 'is_array': false,
27
- 'property_of': :event,
28
- 'data_type': 'String',
29
- 'description': 'created_at timestamp',
30
- 'trackable_object_id': nil,
31
- 'is_nullable': false,
32
- 'additional_instructions': nil,
33
- 'data_format_id': nil,
34
- 'regex_validation': nil,
35
- 'change_request_id': '1',
36
- 'previous_snapshot_id': nil,
37
- 'is_removed': nil,
38
- },
39
- {
40
- 'id': '3',
41
- 'name': 'products',
42
- 'is_array': true,
43
- 'property_of': :trackable_object,
44
- 'data_type': 'Array',
45
- 'description': 'list of products',
46
- 'trackable_object_id': '2',
47
- 'is_nullable': true,
48
- 'additional_instructions': nil,
49
- 'data_format_id': nil,
50
- 'regex_validation': nil,
51
- 'change_request_id': '1',
52
- 'previous_snapshot_id': nil,
53
- 'is_removed': nil,
54
- },
55
- {
56
- 'id': '4',
57
- 'name': 'price',
58
- 'is_array': false,
59
- 'property_of': :trackable_object,
60
- 'data_type': 'Float',
61
- 'description': 'price of products',
62
- 'trackable_object_id': nil,
63
- 'is_nullable': true,
64
- 'additional_instructions': nil,
65
- 'data_format_id': nil,
66
- 'regex_validation': nil,
67
- 'change_request_id': '1',
68
- 'previous_snapshot_id': nil,
69
- 'is_removed': nil,
70
- },
71
- {
72
- 'id': '5',
73
- 'name': 'discount',
74
- 'is_array': false,
75
- 'property_of': :trackable_object,
76
- 'data_type': 'Float',
77
- 'description': 'discount on products',
78
- 'trackable_object_id': nil,
79
- 'is_nullable': true,
80
- 'additional_instructions': nil,
81
- 'data_format_id': nil,
82
- 'regex_validation': nil,
83
- 'change_request_id': '1',
84
- 'previous_snapshot_id': '4',
85
- 'is_removed': nil,
86
- },
87
- {
88
- 'id': '6',
89
- 'name': 'address',
90
- 'is_array': false,
91
- 'property_of': :trackable_object,
92
- 'data_type': 'String',
93
- 'description': 'A location address',
94
- 'trackable_object_id': nil,
95
- 'is_nullable': true,
96
- 'additional_instructions': nil,
97
- 'data_format_id': nil,
98
- 'regex_validation': nil,
99
- 'change_request_id': '1',
100
- 'previous_snapshot_id': '4',
101
- 'is_removed': nil,
102
- },
103
- {
104
- 'id': '7',
105
- 'name': 'store_name',
106
- 'is_array': false,
107
- 'property_of': :trackable_object,
108
- 'data_type': 'String',
109
- 'description': 'Store name',
110
- 'trackable_object_id': nil,
111
- 'is_nullable': true,
112
- 'additional_instructions': nil,
113
- 'data_format_id': nil,
114
- 'regex_validation': nil,
115
- 'change_request_id': '1',
116
- 'previous_snapshot_id': '4',
117
- 'is_removed': nil,
118
- }
119
- ]
120
- end
121
- end
122
- end
123
- end
124
- end
@@ -1,125 +0,0 @@
1
- [
2
- {
3
- "name": "Closed App",
4
- "description": "Description of event A.",
5
- "payload": {
6
- "primary_user": {
7
- "name": {
8
- "data_type": "String",
9
- "description": "user's name",
10
- "is_nullable": false,
11
- "additional_instructions": null,
12
- "data_format_id": null,
13
- "regex_validation": null,
14
- "is_removed": null
15
- }
16
- },
17
- "created_timestamp": {
18
- "data_type": "String",
19
- "description": "created_at timestamp",
20
- "is_nullable": false,
21
- "additional_instructions": null,
22
- "data_format_id": null,
23
- "regex_validation": null,
24
- "is_removed": null
25
- },
26
- "cart": {
27
- "products": [
28
- {
29
- "name": {
30
- "data_type": "String",
31
- "description": "user's name",
32
- "is_nullable": false,
33
- "additional_instructions": null,
34
- "data_format_id": null,
35
- "regex_validation": null,
36
- "is_removed": null
37
- }
38
- }
39
- ]
40
- }
41
- }
42
- },
43
- {
44
- "name": "Opened App",
45
- "description": "Description of event A.",
46
- "payload": {
47
- "primary_user": {
48
- "name": {
49
- "data_type": "String",
50
- "description": "user's name",
51
- "is_nullable": false,
52
- "additional_instructions": null,
53
- "data_format_id": null,
54
- "regex_validation": null,
55
- "is_removed": null
56
- }
57
- },
58
- "created_timestamp": {
59
- "data_type": "String",
60
- "description": "created_at timestamp",
61
- "is_nullable": false,
62
- "additional_instructions": null,
63
- "data_format_id": null,
64
- "regex_validation": null,
65
- "is_removed": null
66
- },
67
- "cart": {
68
- "products": [
69
- {
70
- "name": {
71
- "data_type": "String",
72
- "description": "user's name",
73
- "is_nullable": false,
74
- "additional_instructions": null,
75
- "data_format_id": null,
76
- "regex_validation": null,
77
- "is_removed": null
78
- }
79
- }
80
- ]
81
- }
82
- }
83
- },
84
- {
85
- "name": "Launched App",
86
- "description": "Description of event A.",
87
- "payload": {
88
- "primary_user": {
89
- "name": {
90
- "data_type": "String",
91
- "description": "user's name",
92
- "is_nullable": false,
93
- "additional_instructions": null,
94
- "data_format_id": null,
95
- "regex_validation": null,
96
- "is_removed": null
97
- }
98
- },
99
- "created_timestamp": {
100
- "data_type": "String",
101
- "description": "created_at timestamp",
102
- "is_nullable": false,
103
- "additional_instructions": null,
104
- "data_format_id": null,
105
- "regex_validation": null,
106
- "is_removed": null
107
- },
108
- "cart": {
109
- "products": [
110
- {
111
- "name": {
112
- "data_type": "String",
113
- "description": "user's name",
114
- "is_nullable": false,
115
- "additional_instructions": null,
116
- "data_format_id": null,
117
- "regex_validation": null,
118
- "is_removed": null
119
- }
120
- }
121
- ]
122
- }
123
- }
124
- }
125
- ]
@@ -1,58 +0,0 @@
1
- module Skee
2
- module Test
3
- module Fixtures
4
- class TrackableObjects
5
- def self.all
6
- [{
7
- 'id': '1',
8
- 'latest_snapshot_id': '1',
9
- 'snapshot_mapping': {
10
- '0' => '1'
11
- },
12
- 'is_removed': nil,
13
- }, {
14
- 'id': '2',
15
- 'latest_snapshot_id': '2',
16
- 'snapshot_mapping': {
17
- '0' => '2'
18
- },
19
- 'is_removed': nil,
20
- }, {
21
- 'id': '3',
22
- 'latest_snapshot_id': '3',
23
- 'snapshot_mapping': {
24
- '0' => '3'
25
- },
26
- 'is_removed': nil,
27
- }, {
28
- 'id': '4',
29
- 'latest_snapshot_id': '4',
30
- 'snapshot_mapping': {
31
- },
32
- 'is_removed': nil,
33
- }, {
34
- 'id': '5',
35
- 'latest_snapshot_id': '4',
36
- 'snapshot_mapping': {
37
- },
38
- 'is_removed': nil,
39
- }, {
40
- 'id': '6',
41
- 'latest_snapshot_id': '6',
42
- 'snapshot_mapping': {
43
- '0' => '6'
44
- },
45
- 'is_removed': nil,
46
- }, {
47
- 'id': '7',
48
- 'latest_snapshot_id': nil,
49
- 'snapshot_mapping': {
50
- },
51
- 'is_removed': nil,
52
- }
53
- ]
54
- end
55
- end
56
- end
57
- end
58
- end
@@ -1,61 +0,0 @@
1
- module Skee
2
- module Test
3
- module Fixtures
4
- class TrackableObjectSnapshots
5
- def self.all
6
- [{
7
- 'id': '1',
8
- 'name': 'User',
9
- 'change_request_id': '16',
10
- 'previous_snapshot_id': nil,
11
- 'property_ids': ['1'],
12
- 'is_removed': nil,
13
- }, {
14
- 'id': '2',
15
- 'name': 'Product',
16
- 'change_request_id': '12',
17
- 'previous_snapshot_id': nil,
18
- 'property_ids': ['4'],
19
- 'is_removed': nil,
20
- }, {
21
- 'id': '3',
22
- 'name': 'Cart',
23
- 'change_request_id': '16',
24
- 'previous_snapshot_id': '15',
25
- 'property_ids': ['3'],
26
- 'is_removed': nil,
27
- }, {
28
- 'id': '4',
29
- 'name': 'Shop',
30
- 'change_request_id': '14',
31
- 'previous_snapshot_id': '15',
32
- 'property_ids': [],
33
- 'is_removed': nil,
34
- }, {
35
- 'id': '5',
36
- 'name': 'Shops',
37
- 'change_request_id': '18',
38
- 'previous_snapshot_id': '4',
39
- 'property_ids': [],
40
- 'is_removed': nil,
41
- }, {
42
- 'id': '6',
43
- 'name': 'Store',
44
- 'change_request_id': '18',
45
- 'previous_snapshot_id': nil,
46
- 'property_ids': ['7', '8'],
47
- 'is_removed': nil,
48
- }, {
49
- 'id': '7',
50
- 'name': 'Signed-in User',
51
- 'change_request_id': '1',
52
- 'previous_snapshot_id': nil,
53
- 'property_ids': ['1'],
54
- 'is_removed': nil,
55
- }
56
- ]
57
- end
58
- end
59
- end
60
- end
61
- end
@@ -1,22 +0,0 @@
1
- module Skee
2
- module Test
3
- module Fixtures
4
- class TrackingSpecs
5
- def self.all
6
- [
7
- {
8
- 'id': '1',
9
- 'identifier': 'Solarbreeze',
10
- 'version': 'v1',
11
- 'project_id': '1',
12
- 'change_request_id': '1',
13
- 'prev_tracking_spec_id': nil,
14
- 'status': 'current',
15
- 'events': ['1', '3', '4'],
16
- }
17
- ]
18
- end
19
- end
20
- end
21
- end
22
- end
@@ -1,15 +0,0 @@
1
- require 'rack/test'
2
- require 'minitest/autorun'
3
- require 'flutter'
4
- require 'flutter/persistence'
5
-
6
- require_relative '../config/boot'
7
-
8
- Flutter.configure do |config|
9
- config.enabled = true
10
- end
11
-
12
-
13
- Dir.glob(File.join(__dir__, 'fixtures/*.rb')).each do |f|
14
- require_relative f unless File.absolute_path(f) == __FILE__
15
- end