index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
test
/
test_options.rb
Age
Commit message (
Expand
)
Author
2014-12-02
Fix duplicated test methods
Jack Nagel
2014-10-19
Add deprecated_option to software_spec.
Mike McQuaid
2014-10-19
Add DeprecatedOption class.
Mike McQuaid
2014-08-29
Options internals no longer need to support switches
Jack Nagel
2014-08-29
Move handling of leading dashes to Options.create
Jack Nagel
2014-08-27
Remove to_str from Option
Jack Nagel
2014-08-20
Options no longer needs deep-copy semantics
Jack Nagel
2014-08-13
Remove Options#concat
Jack Nagel
2014-08-13
Drop unnecessary parens in tests
Jack Nagel
2014-08-13
Drop unnecessary to_a calls in options tests
Jack Nagel
2014-08-13
Replace Options.coerce with an alternate constructor
Jack Nagel
2014-08-13
Remove unused branches from Options.coerce
Jack Nagel
2014-08-13
Revert "Remove unused branches from Options.coerce"
Mike McQuaid
2014-08-13
Revert "Replace Options.coerce with an alternate constructor"
Mike McQuaid
2014-08-13
Revert "Drop unnecessary to_a calls in options tests"
Mike McQuaid
2014-08-13
Drop unnecessary to_a calls in options tests
Jack Nagel
2014-08-12
Replace Options.coerce with an alternate constructor
Jack Nagel
2014-08-12
Remove unused branches from Options.coerce
Jack Nagel
2014-07-03
Option does not need to be Comparable
Jack Nagel
2014-07-03
Add assert_eql to provide better failure messages for eql? tests
Jack Nagel
2014-06-18
Use assert_includes
Jack Nagel
2014-06-18
Switch to Minitest
Jack Nagel
2014-06-18
Use a custom test class so we can avoid monkeypatching
Jack Nagel
2014-06-11
Fix up some assertions
Jack Nagel
2014-02-27
Add set union to Options
Jack Nagel
2013-08-22
Options: ensure copies do not share the underlying collection
Jack Nagel
2013-08-22
Demonstrate the Set-like nature of Options collections
Jack Nagel
2013-06-22
Use OkJson directly
Jack Nagel
2013-01-30
Fix passing multiple switches as a single word to the build
Jack Nagel
2013-01-26
FormulaInstaller: construct new ARGV from an Options collection
Jack Nagel
2013-01-26
Refactor option handling internals
Jack Nagel