evt-schema-fixtures 1.0.0.1 → 1.0.0.3
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 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84c608b422d1e6cc30e50e689f75a4f0ced4b2bab94c3b88a16e15a00732ea6a
|
4
|
+
data.tar.gz: 878905aa0ebdd781546f74a75f5fcdc40be9702f49c673e7f32539fe9c8af105
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2571d0ca51a48c7b5361dae8575583c187c456e93eb49424b3920391c11ba45eca1af516d865bf1e4af66dbd57fce048b944c64928197b3e9108d01b2bf8ce9
|
7
|
+
data.tar.gz: d686322b6062d6adc9b3563b7fe9a09fbb2d3149354b0f08aa771934de66da6f0288bb2582e187cbf3c51051e7e1d01c9c77cfa7282fbb838249d5f0fa046d9e
|
@@ -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.pretty_inspect}"
|
54
|
-
detail "Assigned Value: #{attribute_value.pretty_inspect}"
|
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
|
@@ -66,8 +66,8 @@ module Schema
|
|
66
66
|
compare_attribute_value = entry.compare_value
|
67
67
|
|
68
68
|
test printed_attribute_name do
|
69
|
-
detail "#{control_class.name.split('::').last} Value: #{control_attribute_value.pretty_inspect}"
|
70
|
-
detail "#{compare_class.name.split('::').last} Value: #{compare_attribute_value.pretty_inspect}"
|
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}"
|
71
71
|
|
72
72
|
assert(compare_attribute_value == control_attribute_value)
|
73
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: 1.0.0.
|
4
|
+
version: 1.0.0.3
|
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:
|
11
|
+
date: 2024-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: evt-schema
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '0'
|
84
84
|
requirements: []
|
85
|
-
rubygems_version: 3.
|
85
|
+
rubygems_version: 3.5.9
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: TestBench fixtures for the Schema library
|