minitest 5.11.3 → 5.14.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/History.rdoc +70 -0
- data/Manifest.txt +1 -0
- data/README.rdoc +25 -7
- data/Rakefile +1 -15
- data/lib/minitest.rb +84 -18
- data/lib/minitest/assertions.rb +139 -25
- data/lib/minitest/benchmark.rb +2 -2
- data/lib/minitest/expectations.rb +25 -6
- data/lib/minitest/spec.rb +19 -8
- data/test/minitest/metametameta.rb +23 -8
- data/test/minitest/test_minitest_assertions.rb +1567 -0
- data/test/minitest/test_minitest_mock.rb +2 -4
- data/test/minitest/test_minitest_spec.rb +195 -141
- data/test/minitest/test_minitest_test.rb +31 -1093
- metadata +28 -20
- metadata.gz.sig +0 -0
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: minitest
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 5. | 
| 4 | 
            +
              version: 5.14.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Ryan Davis
         | 
| @@ -10,9 +10,9 @@ bindir: bin | |
| 10 10 | 
             
            cert_chain:
         | 
| 11 11 | 
             
            - |
         | 
| 12 12 | 
             
              -----BEGIN CERTIFICATE-----
         | 
| 13 | 
            -
               | 
| 13 | 
            +
              MIIDPjCCAiagAwIBAgIBBDANBgkqhkiG9w0BAQsFADBFMRMwEQYDVQQDDApyeWFu
         | 
| 14 14 | 
             
              ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
         | 
| 15 | 
            -
               | 
| 15 | 
            +
              GRYDY29tMB4XDTE5MTIxMzAwMDIwNFoXDTIwMTIxMjAwMDIwNFowRTETMBEGA1UE
         | 
| 16 16 | 
             
              AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
         | 
| 17 17 | 
             
              JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
         | 
| 18 18 | 
             
              b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
         | 
| @@ -21,44 +21,50 @@ cert_chain: | |
| 21 21 | 
             
              GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
         | 
| 22 22 | 
             
              qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
         | 
| 23 23 | 
             
              gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
         | 
| 24 | 
            -
              HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/ | 
| 25 | 
            -
               | 
| 26 | 
            -
               | 
| 27 | 
            -
               | 
| 28 | 
            -
               | 
| 29 | 
            -
               | 
| 30 | 
            -
               | 
| 24 | 
            +
              HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBCwUAA4IB
         | 
| 25 | 
            +
              AQCkkcHqAa6IKLYGl93rn78J3L+LnqyxaA059n4IGMHWN5bv9KBQnIjOrpLadtYZ
         | 
| 26 | 
            +
              vhWkunWDKdfVapBEq5+T4HzqnsEXC3aCv6JEKJY6Zw7iSzl0M8hozuzRr+w46wvT
         | 
| 27 | 
            +
              fV2yTN6QTVxqbMsJJyjosks4ZdQYov2zdvQpt1HsLi+Qmckmg8SPZsd+T8uiiBCf
         | 
| 28 | 
            +
              b+1ORSM5eEfBQenPXy83LZcoQz8i6zVB4aAfTGGdhxjoMGUEmSZ6xpkOzmnGa9QK
         | 
| 29 | 
            +
              m5x9IDiApM+vCELNwDXXGNFEnQBBK+wAe4Pek8o1V1TTOxL1kGPewVOitX1p3xoN
         | 
| 30 | 
            +
              h7iEjga8iM1LbZUfiISZ+WrB
         | 
| 31 31 | 
             
              -----END CERTIFICATE-----
         | 
| 32 | 
            -
            date:  | 
| 32 | 
            +
            date: 2020-01-12 00:00:00.000000000 Z
         | 
| 33 33 | 
             
            dependencies:
         | 
| 34 34 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 35 35 | 
             
              name: rdoc
         | 
| 36 36 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 37 37 | 
             
                requirements:
         | 
| 38 | 
            -
                - - " | 
| 38 | 
            +
                - - ">="
         | 
| 39 39 | 
             
                  - !ruby/object:Gem::Version
         | 
| 40 40 | 
             
                    version: '4.0'
         | 
| 41 | 
            +
                - - "<"
         | 
| 42 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 43 | 
            +
                    version: '7'
         | 
| 41 44 | 
             
              type: :development
         | 
| 42 45 | 
             
              prerelease: false
         | 
| 43 46 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 44 47 | 
             
                requirements:
         | 
| 45 | 
            -
                - - " | 
| 48 | 
            +
                - - ">="
         | 
| 46 49 | 
             
                  - !ruby/object:Gem::Version
         | 
| 47 50 | 
             
                    version: '4.0'
         | 
| 51 | 
            +
                - - "<"
         | 
| 52 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 53 | 
            +
                    version: '7'
         | 
| 48 54 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 49 55 | 
             
              name: hoe
         | 
| 50 56 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 51 57 | 
             
                requirements:
         | 
| 52 58 | 
             
                - - "~>"
         | 
| 53 59 | 
             
                  - !ruby/object:Gem::Version
         | 
| 54 | 
            -
                    version: '3. | 
| 60 | 
            +
                    version: '3.21'
         | 
| 55 61 | 
             
              type: :development
         | 
| 56 62 | 
             
              prerelease: false
         | 
| 57 63 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 58 64 | 
             
                requirements:
         | 
| 59 65 | 
             
                - - "~>"
         | 
| 60 66 | 
             
                  - !ruby/object:Gem::Version
         | 
| 61 | 
            -
                    version: '3. | 
| 67 | 
            +
                    version: '3.21'
         | 
| 62 68 | 
             
            description: |-
         | 
| 63 69 | 
             
              minitest provides a complete suite of testing facilities supporting
         | 
| 64 70 | 
             
              TDD, BDD, mocking, and benchmarking.
         | 
| @@ -143,6 +149,7 @@ files: | |
| 143 149 | 
             
            - lib/minitest/test.rb
         | 
| 144 150 | 
             
            - lib/minitest/unit.rb
         | 
| 145 151 | 
             
            - test/minitest/metametameta.rb
         | 
| 152 | 
            +
            - test/minitest/test_minitest_assertions.rb
         | 
| 146 153 | 
             
            - test/minitest/test_minitest_benchmark.rb
         | 
| 147 154 | 
             
            - test/minitest/test_minitest_mock.rb
         | 
| 148 155 | 
             
            - test/minitest/test_minitest_reporter.rb
         | 
| @@ -151,7 +158,9 @@ files: | |
| 151 158 | 
             
            homepage: https://github.com/seattlerb/minitest
         | 
| 152 159 | 
             
            licenses:
         | 
| 153 160 | 
             
            - MIT
         | 
| 154 | 
            -
            metadata: | 
| 161 | 
            +
            metadata:
         | 
| 162 | 
            +
              homepage_uri: https://github.com/seattlerb/minitest
         | 
| 163 | 
            +
              bug_tracker_uri: https://github.com/seattlerb/minitest/issues
         | 
| 155 164 | 
             
            post_install_message: 
         | 
| 156 165 | 
             
            rdoc_options:
         | 
| 157 166 | 
             
            - "--main"
         | 
| @@ -160,17 +169,16 @@ require_paths: | |
| 160 169 | 
             
            - lib
         | 
| 161 170 | 
             
            required_ruby_version: !ruby/object:Gem::Requirement
         | 
| 162 171 | 
             
              requirements:
         | 
| 163 | 
            -
              - - " | 
| 172 | 
            +
              - - "~>"
         | 
| 164 173 | 
             
                - !ruby/object:Gem::Version
         | 
| 165 | 
            -
                  version: ' | 
| 174 | 
            +
                  version: '2.2'
         | 
| 166 175 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 167 176 | 
             
              requirements:
         | 
| 168 177 | 
             
              - - ">="
         | 
| 169 178 | 
             
                - !ruby/object:Gem::Version
         | 
| 170 179 | 
             
                  version: '0'
         | 
| 171 180 | 
             
            requirements: []
         | 
| 172 | 
            -
             | 
| 173 | 
            -
            rubygems_version: 2.7.3
         | 
| 181 | 
            +
            rubygems_version: 3.0.3
         | 
| 174 182 | 
             
            signing_key: 
         | 
| 175 183 | 
             
            specification_version: 4
         | 
| 176 184 | 
             
            summary: minitest provides a complete suite of testing facilities supporting TDD,
         | 
    
        metadata.gz.sig
    CHANGED
    
    | Binary file |