Result for 3CB0495FDF2EF49985F6AF7C3D608012423EBC75

Query result

Key Value
CRC328C2F4226
FileName./usr/lib/ruby/vendor_ruby/minitest/expectations.rb
FileSize5714
MD5A9F1F8111B91543F4C75298E5B964F4E
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '2194', 'OpSystemCode': '51', 'ProductCode': '17393', 'ProductName': 'Fedora 23 Server 32-bit', 'ProductVersion': '2015'}
RDS:package_id288653
SHA-13CB0495FDF2EF49985F6AF7C3D608012423EBC75
SHA-256989F088E11506A7AFDE2630A01491C6816BBDA69203BDB4C1D08629EAE793432
SSDEEP96:p5TvvMGURcFvTkWvCvilv/89g5SoeW8v97opAczREjpeg6zp:p5w9289g5SoeDv4AczREjperzp
SpecialCode
TLSHT170C1E73BE8876E1E857B7F3954C9E05D635ADEB8C3A30D123ABB802523D92447B07076
dbnsrl_modern_rds
insert-timestamp1671037380.425384
sourcelegacy.db
tar:gnamebin
tar:unameroot
hashlookup:parent-total125
hashlookup:trust100

Network graph view

Parents (Total: 125)

The searched file hash is included in 125 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD5D6B68261E5211BD553035A2FA27A0BA2
PackageArchx86_64
PackageDescriptionminitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
PackageNameruby2.7-rubygem-minitest-5_3_3
PackageReleaselp151.1.6
PackageVersion5.3.3
SHA-102E848812A695748DCF6678A42726FB20D7A326D
SHA-256CDC4E7E22887A6CD44A5416E94DEF150F101F5678BE25CCBC0CF75BBB8F78D20
Key Value
MD58D8338024035FAA7FDB3884BB1FCFA49
PackageArchx86_64
PackageDescriptionminitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
PackageNameruby2.5-rubygem-minitest-5_3_3
PackageRelease1.2
PackageVersion5.3.5
SHA-103E8B0CF03A036706C93D0ED1C3F98126214E249
SHA-256B57BE5832A52BCB488CC8F3D947A20AEF1D0990060278E9B120C85AF65A8CE6A
Key Value
MD5CFB3B87B317982109F84EBF164A73AC5
PackageArchx86_64
PackageDescriptionminitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
PackageNameruby2.7-rubygem-minitest-5_3_3
PackageReleaselp153.1.13
PackageVersion5.3.5
SHA-1079A0FBDB6198A7152809EC4F8809264E1E457D3
SHA-256CFE160E48B0F02A53FBAF83729512E1DC3C5B7574C0B35AC90DE9734BFB57CE2
Key Value
MD5A0DB97BAF62D81AAA8B44228F379C64E
PackageArchx86_64
PackageDescriptionminitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
PackageNameruby3.1-rubygem-minitest-5_3_3
PackageRelease1.63
PackageVersion5.3.3
SHA-107E2DF512D88F9636966D34B22318A387F50BCF3
SHA-256C763FDF79AEEDE3CE852FD3EFE19A1D4BCE5D72AF7325B888A12A180619F6340
Key Value
MD5BA15758037A746A58E59F643251E22D9
PackageArchi586
PackageDescriptionminitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
PackageNameruby3.1-rubygem-minitest-5_3_3
PackageRelease1.63
PackageVersion5.3.5
SHA-109C5385FDF0ED4A8197E65EDC8FAAEDE2FE60069
SHA-2563E9C8064DC3EF9B022CF6CFBE980E1BDBBC2FB5A3CE0D115C808EAC411868BAB
Key Value
MD5BDFBB99F749E481275684B1847DAED0A
PackageArchx86_64
PackageDescriptionminitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
PackageNameruby2.6-rubygem-minitest-5_3_3
PackageReleaselp151.1.6
PackageVersion5.3.5
SHA-10AEBED713FB3C67D3A1056CB3CBF715356E189D2
SHA-256B500B49CAAC169B29AE2A86EB3C6F37ED6C4A68DFF1DBF17F147A3D008B1F00B
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.9/packages//powerpc//ruby-2.2.4.tgz
MD5347C150DABC238BF008821B6F9311A14
SHA-10E72B8419F43E78839A41B6B48835D9F089B647C
SHA-256DC9F668D16C01792F98F74322960373D3AB89399EB71135EC84185954AA0F3AD
SSDEEP196608:yFt4nlfhIFHtzyQKwEwshYSFDo7788GYOG2+kLQjyfp/ranZNU:yX4nlfhGt7Kw1aYSF8cq3kLQe/kG
TLSHT179663311E46ED622B45DA3730643AFD9679317804223A6CF88D268C08756AFFE1E5FC7
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.1/packages//powerpc//ruby-2.2.6.tgz
MD5CD86CCC6E464A5CC0E41ADAE1DC5E277
SHA-117591800047004B7770AAD2C51DD095AB557C918
SHA-256DFD625565A2BCE5B96B191353EC96790C494C05C596CDCC556D89A4427E6EB11
SSDEEP98304:gmajHolwvRPWXpJpTklTH6/N61TpSVUbowP2tVEJuYlSZz8pGvSbOQ6iQiMBsivE:gmCo+pPW5Pgl21VUNenYO8p/16RiMBTc
TLSHT1C96633CFC828F0E176FCDE65DA33EB556A120B6FB9A1CD52150066DF0715CEBA0A3264
Key Value
MD504658DED72C3CF44164844D2CA4EEAD6
PackageArchx86_64
PackageDescriptionminitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
PackageNameruby2.6-rubygem-minitest-5_3_3
PackageReleaselp153.1.13
PackageVersion5.3.3
SHA-11786EAB0804EAA61B6A1C98B112A2E09007C887C
SHA-2564C43C847FBF3B9BE0B1E557FB8C686DD449940D0CDC25966894566940151556F
Key Value
MD5639E99570499BE4CD9F1E62BFAF89DA1
PackageArchi586
PackageDescriptionminitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
PackageNameruby3.1-rubygem-minitest-5_3_3
PackageRelease1.63
PackageVersion5.3.3
SHA-11A8EE392CFB5F37DC3FFA9D089DD7BF3476B2FA5
SHA-2560BC109EF4DD864C3ED82FA44ADC95CF08733C00C006B044DAD8E1EC52E664E08