aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_version_subclasses.rb
AgeCommit message (Collapse)Author
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-25more unit testsBaptiste Fontaine
Closes Homebrew/homebrew#42096. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2014-07-16Raise ArgumentError when a symbol can't be mapped to a versionJack Nagel
The fact that this is implemented as a hash lookup is an implementation detail, so don't let the KeyError bubble up.
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2013-06-15Avoid unnecessary float to string conversionJack Nagel
2013-06-06Decouple bottle tags from MacOS.catJack Nagel
2013-06-01Require hardware where it is neededJack Nagel
2013-04-15Don't create MacOS.version multiple timesJack Nagel
2013-03-11Portability fixes to run Homebrew on Linux systemsShaun Jackman
Closes Homebrew/homebrew#16344. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-07MacOSVersion -> MacOS::VersionJack Nagel
2013-02-07Flesh out MacOSVersion testsJack Nagel