lex-tick 0.1.4 → 0.1.5
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d1aa39d05aa2b91055c13a571afc84f1c64cb014d84028d334d97bea151ed2e
|
|
4
|
+
data.tar.gz: 4f86dfc71452a478e9e872562b6ff460f170c69c0a2afb71b534d3303260ec01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f607262319381427a66e9702858fe6106edb15e1df364b47852f0ecf1c3b0be210306b0ed01f3e510bece576e77413c932104108e920276c388802e6a90cf867
|
|
7
|
+
data.tar.gz: 7850bd2fc90f7bcc7cabc38b07b42dea6d978ef4c64ba259eee504f44ebfef34447775a289b34bdbda66e33c0864214d0c242ead385bb79bdab5e5989886a2a0
|
|
@@ -54,20 +54,20 @@ RSpec.describe Legion::Extensions::Tick::Helpers::Constants do
|
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
describe 'DREAM_PHASES' do
|
|
57
|
-
it 'defines
|
|
58
|
-
expect(described_class::DREAM_PHASES.size).to eq(
|
|
57
|
+
it 'defines 9 dream phases' do
|
|
58
|
+
expect(described_class::DREAM_PHASES.size).to eq(9)
|
|
59
59
|
end
|
|
60
60
|
|
|
61
61
|
it 'includes all expected dream phase symbols' do
|
|
62
62
|
expected = %i[memory_audit association_walk contradiction_resolution
|
|
63
63
|
identity_entropy_check agenda_formation consolidation_commit
|
|
64
|
-
dream_reflection dream_narration]
|
|
64
|
+
knowledge_promotion dream_reflection dream_narration]
|
|
65
65
|
expect(described_class::DREAM_PHASES).to eq(expected)
|
|
66
66
|
end
|
|
67
67
|
end
|
|
68
68
|
|
|
69
69
|
describe 'MODE_PHASES' do
|
|
70
|
-
it 'maps dormant_active to the
|
|
70
|
+
it 'maps dormant_active to the 9 dream phases' do
|
|
71
71
|
expect(described_class::MODE_PHASES[:dormant_active]).to eq(described_class::DREAM_PHASES)
|
|
72
72
|
end
|
|
73
73
|
end
|