aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_options.rb
AgeCommit message (Expand)Author
2014-12-02Fix duplicated test methodsJack Nagel
2014-10-19Add deprecated_option to software_spec.Mike McQuaid
2014-10-19Add DeprecatedOption class.Mike McQuaid
2014-08-29Options internals no longer need to support switchesJack Nagel
2014-08-29Move handling of leading dashes to Options.createJack Nagel
2014-08-27Remove to_str from OptionJack Nagel
2014-08-20Options no longer needs deep-copy semanticsJack Nagel
2014-08-13Remove Options#concatJack Nagel
2014-08-13Drop unnecessary parens in testsJack Nagel
2014-08-13Drop unnecessary to_a calls in options testsJack Nagel
2014-08-13Replace Options.coerce with an alternate constructorJack Nagel
2014-08-13Remove unused branches from Options.coerceJack Nagel
2014-08-13Revert "Remove unused branches from Options.coerce"Mike McQuaid
2014-08-13Revert "Replace Options.coerce with an alternate constructor"Mike McQuaid
2014-08-13Revert "Drop unnecessary to_a calls in options tests"Mike McQuaid
2014-08-13Drop unnecessary to_a calls in options testsJack Nagel
2014-08-12Replace Options.coerce with an alternate constructorJack Nagel
2014-08-12Remove unused branches from Options.coerceJack Nagel
2014-07-03Option does not need to be ComparableJack Nagel
2014-07-03Add assert_eql to provide better failure messages for eql? testsJack Nagel
2014-06-18Use assert_includesJack Nagel
2014-06-18Switch to MinitestJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2014-06-11Fix up some assertionsJack Nagel
2014-02-27Add set union to OptionsJack Nagel
2013-08-22Options: ensure copies do not share the underlying collectionJack Nagel
2013-08-22Demonstrate the Set-like nature of Options collectionsJack Nagel
2013-06-22Use OkJson directlyJack Nagel
2013-01-30Fix passing multiple switches as a single word to the buildJack Nagel
2013-01-26FormulaInstaller: construct new ARGV from an Options collectionJack Nagel
2013-01-26Refactor option handling internalsJack Nagel