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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 266e456f9964b2c27ddc8f0b499b3466cdc34add1f8c6860260c85751ca66367
4
- data.tar.gz: 7d810d1fbdacc719af7cce175e0e488fbbfd29aadb7f8619f331f48f7c22d673
3
+ metadata.gz: 8606dbf6652f1bcbc0dbfad74a072886b5a2f04e5d396aaa8c66940e0dfdf748
4
+ data.tar.gz: f3fb63d2a0514af32bdf9758b54f72962790507837b263d58d853697136bf448
5
5
  SHA512:
6
- metadata.gz: 73a983194205a73e64fd4fac3cffa08cb7a308a199ec5b387859d39f2112cca81e1a32e387c18638e3021f8868ac86853a759cdfea4bb4dbd2eaf6b5ed71ac9b
7
- data.tar.gz: f4b4b29742ff0383807e0267d3dea8e5b9226cdb28edd4809aa700be7430fde6fe57027298fe3584a3003dd81b57ff93b82a1acfdf24b106838b0ba1a8d5f83f
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.inspect}"
54
- detail "Assigned Value: #{attribute_value.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
@@ -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.inspect}"
72
- detail "#{compare_class.name.split('::').last} Value: #{compare_attribute_value.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}"
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: 0.0.0.3
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: 2020-08-03 00:00:00.000000000 Z
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: []