soft-assert 1.0.0 → 1.0.1
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 +4 -4
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb81441be8c11199af42c789dbb2650a1cfefddaa24a270fdcd9ce81102c620c
|
4
|
+
data.tar.gz: 480fde6e0494d612d0a901bd02fbe69b42ee0db859d8a1485125d3953d3230f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f43847e8520c7f49b46f51aae078211d73525b615032066c21dec5a273376e07cffb6b136077fb07872091e161fde928a055214b10e7b324a2aa1ef1807926a
|
7
|
+
data.tar.gz: f6762dd17f3ebce40e997eecfec8a739140f8245cf7cd75eb7d05ecfe49fef6cde158c48ba111887b05e2ecc72b3bd7b76a55bba0b8ce7dd873f201031d2419c
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: soft-assert
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ashitha Rao
|
@@ -39,8 +39,9 @@ dependencies:
|
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: 3.6.1
|
42
|
-
description:
|
43
|
-
|
42
|
+
description: |-
|
43
|
+
The Soft Assert gem enhances testing capabilities with flexible assertion methods.Unlike traditional assertions, Soft Assert does not interrupt test execution on failure. Instead, it logs errors and continues testing, allowing you to identify and review all failures simultaneously. This gem integrates smoothly with leading testing frameworks, including Minitest and Test::Unit, making comprehensive testing more efficient.
|
44
|
+
To utilize Soft Assert effectively, simply use its assertion methods during testing. Then, conclude with SoftAssert.assert_all to review and fail the test if any failures were captured.
|
44
45
|
email:
|
45
46
|
executables: []
|
46
47
|
extensions: []
|