summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* enumerable interface for Slop classLee Jarvis2012-01-211-0/+4
* test for no_options callbackLee Jarvis2012-01-161-0/+8
* added temp_stderr helper method in testsLee Jarvis2012-01-161-6/+12
* added test for :help => trueLee Jarvis2012-01-161-0/+9
* added Slop#separatorLee Jarvis2012-01-161-0/+9
* tests for gathering global/default command optionsLee Jarvis2012-01-161-0/+12
* more tests for Slop::CommandsLee Jarvis2012-01-161-0/+24
* added basic Slop::Commands API and testsLee Jarvis2012-01-161-0/+24
* added basic Slop::Command testsLee Jarvis2012-01-161-0/+30
* added test for negative integers (#46)Lee Jarvis2012-01-161-0/+6
* overwriting option help textLee Jarvis2012-01-151-9/+15
* ensure help strings are formattedLee Jarvis2012-01-151-0/+11
* test disabling multiple switchesLee Jarvis2012-01-121-0/+6
* added tests for multiple switchesLee Jarvis2012-01-121-0/+7
* remove unused options from optspec testLee Jarvis2012-01-121-3/+0
* ensure multiple_switches still raise if an unknown option is foundLee Jarvis2012-01-121-0/+1
* ensure we raise InvalidOptionError for invalid optionsLee Jarvis2012-01-121-0/+5
* ensure we tell an option it was autocreatedLee Jarvis2012-01-121-0/+1
* remove Option::DEFAULT_TYPES and push types into ivarLee Jarvis2012-01-121-2/+2
* test :default valueLee Jarvis2012-01-121-0/+7
* Revert "test for option=value"Lee Jarvis2012-01-121-6/+0
* added optspec parsingLee Jarvis2012-01-121-0/+22
* test for ignoring caseLee Jarvis2012-01-121-0/+10
* test for option=valueLee Jarvis2012-01-121-0/+6
* tests for #present?Lee Jarvis2012-01-121-0/+7
* tests for get/[]Lee Jarvis2012-01-121-0/+8
* added banner setter/getterLee Jarvis2012-01-121-0/+13
* added tests for exception raisingLee Jarvis2012-01-121-0/+15
* added autocreate() method and testsLee Jarvis2012-01-121-0/+8
* added missing() method and testsLee Jarvis2012-01-121-0/+6
* added to_hash() testLee Jarvis2012-01-121-0/+6
* added test for empty callbackLee Jarvis2012-01-121-0/+8
* added tests for parse!Lee Jarvis2012-01-121-1/+4
* added more testsLee Jarvis2012-01-121-2/+22
* ensure block is being evald and added testsLee Jarvis2012-01-121-0/+31
* types keys should be symbolsLee Jarvis2012-01-061-1/+1
* added test for adding custom typesLee Jarvis2012-01-061-1/+11
* clean up array cast testsLee Jarvis2012-01-061-19/+5
* ensure :as => Array splits string argumentsLee Jarvis2012-01-061-20/+20
* ensure option arguments can be negative rangesLee Jarvis2012-01-061-1/+1
* added basic type casting testsLee Jarvis2012-01-061-0/+57
* parse_items should only ever except an arrayLee Jarvis2012-01-061-1/+1
* added autocreated? methodLee Jarvis2012-01-051-0/+1
* have build_option return an instance of Slop::OptionLee Jarvis2011-12-241-8/+11
* ensure --no-foo options return value as falseLee Jarvis2011-12-241-0/+1
* ensure slop options pass to OptionLee Jarvis2011-12-241-8/+8
* ensure items is an array, force this behaviour if notLee Jarvis2011-12-241-0/+6
* added tests for extract_option and yielding non optsLee Jarvis2011-12-241-0/+19
* ensure fetch_option accepts options with prefixed -Lee Jarvis2011-12-241-0/+1
* added tests for Option#callLee Jarvis2011-12-231-0/+9