evt-messaging-fixtures 1.0.0.1 → 1.1.0.0
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: 2596c8a59a865241f0c2894f59c7ffe282989a06a256dd73dd8e3bb2a0623c11
|
4
|
+
data.tar.gz: 5446dbfa173520e8e6fb81c96813e0867f1fec641827ccd82a507326b9cb0e91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdd0fd896a082eb025aed135f8b801484d2b3809379ff4517796abf90fd2988781c68aba7c9b78aa81946a4bf5e209b67d3dffee45ed4223240270e379c66ec8
|
7
|
+
data.tar.gz: 564b1810e0cb0bce8b390c07a701cb89b7d92b391adb48d0b9c805f407b855fccfb126d7e2fa52170b81b2b65ec9a12f7ba99eacbf035ed03e35bca1f97fc902
|
data/lib/messaging/fixtures.rb
CHANGED
@@ -93,7 +93,7 @@ module Messaging
|
|
93
93
|
end
|
94
94
|
|
95
95
|
def assert_write(message_class, &test_block)
|
96
|
-
fixture = fixture(
|
96
|
+
fixture = fixture(Writer, handler.write, message_class, &test_block)
|
97
97
|
fixture.message
|
98
98
|
end
|
99
99
|
|
@@ -102,7 +102,7 @@ module Messaging
|
|
102
102
|
|
103
103
|
context_name = "No Write"
|
104
104
|
if not message_class.nil?
|
105
|
-
write_telemetry_data =
|
105
|
+
write_telemetry_data = Writer.get_data(writer, message_class)
|
106
106
|
written = !write_telemetry_data.nil?
|
107
107
|
context_name = "#{context_name}: #{message_class.message_type}"
|
108
108
|
else
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evt-messaging-fixtures
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0
|
4
|
+
version: 1.1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Eventide Project
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-08-
|
11
|
+
date: 2020-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: evt-entity_store
|
@@ -74,7 +74,7 @@ files:
|
|
74
74
|
- lib/messaging/fixtures/handler.rb
|
75
75
|
- lib/messaging/fixtures/message.rb
|
76
76
|
- lib/messaging/fixtures/metadata.rb
|
77
|
-
- lib/messaging/fixtures/
|
77
|
+
- lib/messaging/fixtures/writer.rb
|
78
78
|
homepage: https://github.com/eventide-project/messaging-fixtures
|
79
79
|
licenses:
|
80
80
|
- MIT
|