evt-schema-fixtures 0.0.0.3 → 1.0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/schema/fixtures/assignment.rb +2 -2
- data/lib/schema/fixtures/equality.rb +2 -4
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8606dbf6652f1bcbc0dbfad74a072886b5a2f04e5d396aaa8c66940e0dfdf748
|
4
|
+
data.tar.gz: f3fb63d2a0514af32bdf9758b54f72962790507837b263d58d853697136bf448
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d14f48624fc8469686c42f9413837eed64b0b2f679cdb4c1705a59b3f5a337cac6706339ade492e83c6190dc6e81625c561afda1a9fb5be49185206f29678c7
|
7
|
+
data.tar.gz: adf21c49de98731ac98db7a253475a480491d473a0bbacab299c3e11965d1572f40561b1fa96ce3104f1b9b890dc7679259ac668d5b28de9147313133332edb3
|
@@ -50,8 +50,8 @@ module Schema
|
|
50
50
|
attribute_value = entry.compare_value
|
51
51
|
|
52
52
|
test "#{entry.compare_name}" do
|
53
|
-
detail "Default Value: #{default_attribute_value.
|
54
|
-
detail "Assigned Value: #{attribute_value.
|
53
|
+
detail "Default Value: #{default_attribute_value.pretty_inspect.chomp}"
|
54
|
+
detail "Assigned Value: #{attribute_value.pretty_inspect.chomp}"
|
55
55
|
|
56
56
|
refute(attribute_value == default_attribute_value)
|
57
57
|
end
|
@@ -56,8 +56,6 @@ module Schema
|
|
56
56
|
test "Classes are the same" do
|
57
57
|
assert(control_class == compare_class)
|
58
58
|
end
|
59
|
-
else
|
60
|
-
detail 'Class comparison is ignored'
|
61
59
|
end
|
62
60
|
|
63
61
|
context attributes_context_name do
|
@@ -68,8 +66,8 @@ module Schema
|
|
68
66
|
compare_attribute_value = entry.compare_value
|
69
67
|
|
70
68
|
test printed_attribute_name do
|
71
|
-
detail "#{control_class.name.split('::').last} Value: #{control_attribute_value.
|
72
|
-
detail "#{compare_class.name.split('::').last} Value: #{compare_attribute_value.
|
69
|
+
detail "#{control_class.name.split('::').last} Value: #{control_attribute_value.pretty_inspect.chomp}"
|
70
|
+
detail "#{compare_class.name.split('::').last} Value: #{compare_attribute_value.pretty_inspect.chomp}"
|
73
71
|
|
74
72
|
assert(compare_attribute_value == control_attribute_value)
|
75
73
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evt-schema-fixtures
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Eventide Project
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: evt-schema
|
@@ -67,7 +67,7 @@ homepage: https://github.com/eventide-project/schema-fixtures
|
|
67
67
|
licenses:
|
68
68
|
- MIT
|
69
69
|
metadata: {}
|
70
|
-
post_install_message:
|
70
|
+
post_install_message:
|
71
71
|
rdoc_options: []
|
72
72
|
require_paths:
|
73
73
|
- lib
|
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
version: '0'
|
84
84
|
requirements: []
|
85
85
|
rubygems_version: 3.1.2
|
86
|
-
signing_key:
|
86
|
+
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: TestBench fixtures for the Schema library
|
89
89
|
test_files: []
|