summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Change name keyword arg to first positional arg because it's requiredmatrinox2016-02-191-4/+4
* | Add configurable MenuItem via HighLine::Menu#add_itemmatrinox2016-02-191-2/+30
* | Remove keyword args to preserve backwards compatability (and ruby 1.9 support)matrinox2016-02-191-14/+26
* | Fix menu selection gathering with the various optionsmatrinox2016-02-191-0/+105
* | Fix bug with responses hash not updating with each additional menu choicematrinox2016-02-191-1/+19
* | Add tests for text overide and name/text interactionmatrinox2016-02-191-0/+20
* | Add MenuItem struct for encapsulationmatrinox2016-02-191-4/+4
* | Fix whitespacematrinox2016-02-191-54/+54
|/
* Add #180 test - Menu prompt not reused after failed menu selectionAbinoam Praxedes Marques Jr2015-12-271-0/+19
* Deprecate HighLine::Terminal::CHARACTER_MODE constant and unify #character_mo...Abinoam Praxedes Marques Jr2015-12-141-1/+1
* Add tests for #168 - Error when paginatingAbinoam Praxedes Marques Jr2015-10-091-0/+43
* And this is why you don't require stuff in test...matugm2015-10-071-2/+0
* Make test more usefulmatugm2015-09-231-3/+8
* Clean-up test requiresmatugm2015-09-231-7/+1
* Rename test filematugm2015-09-231-0/+0
* Namespace errors and question askermatugm2015-09-231-1/+1
* Rename testmatugm2015-09-231-1/+1
* Extract QuestionAsker classmatugm2015-09-231-0/+23
* Require io_console_compatible at test_helper so other files benefit from itAbinoam Praxedes Marques Jr2015-09-092-4/+4
* Add more debug messages on test/test_helper.rbAbinoam Praxedes Marques Jr2015-09-091-2/+4
* Use Encoding::UTF_8 because StringIO always will be that in this caseAbinoam Praxedes Marques Jr2015-07-231-1/+1
* Choose filename from right to left - better for WindowsAbinoam Praxedes Marques Jr2015-07-231-1/+1
* Skip Readline tests for Windows also'Abinoam Praxedes Marques Jr2015-07-231-2/+4
* Add some semi-automatic 'acceptance' tests to HighLine (yup)Abinoam Praxedes Marques Jr2015-07-195-0/+208
* Add some debug information to be show at test run timeAbinoam Praxedes Marques Jr2015-07-191-1/+7
* Add a compatibility module to give io/console capabilities to StringIO, Tempf...Abinoam Praxedes Marques Jr2015-07-192-6/+40
* Make Readline tests be skipped when JRuby or RubiniusAbinoam Praxedes Marques Jr2015-07-191-6/+12
* Advertise what Terminal class in use at tests and examplesAbinoam Praxedes Marques Jr2015-07-171-0/+3
* Make tests involving (io/console) #getch and Tempfile workAbinoam Praxedes Marques Jr2015-07-171-0/+6
* Make Terminal::IOConsole workAbinoam Praxedes Marques Jr2015-07-171-1/+1
* Completely remove @question inst var from HighLine objectsAbinoam Praxedes Marques Jr2015-07-171-2/+2
* Review HighLine#sayAbinoam Praxedes Marques Jr2015-07-171-0/+5
* Add test for HighLine.colorize_stringsAbinoam Praxedes Marques Jr2015-07-091-0/+9
* Add ask with ovewrite testsAbinoam Praxedes Marques Jr2015-07-091-1/+29
* Add some color related testsAbinoam Praxedes Marques Jr2015-07-091-0/+8
* Improve test_confirm with its 'generic' counter partAbinoam Praxedes Marques Jr2015-07-091-0/+29
* Add whitespace removing options test - HighLine::QuestionAbinoam Praxedes Marques Jr2015-07-091-0/+21
* Add Question#expected_range testAbinoam Praxedes Marques Jr2015-07-091-0/+18
* Add some StringExtension testsAbinoam Praxedes Marques Jr2015-07-091-0/+18
* Add AnswerConverter testsAbinoam Praxedes Marques Jr2015-07-091-0/+26
* Add test for non builtin Style creation with a stringAbinoam Praxedes Marques Jr2015-07-091-0/+10
* Use a conditional to avoid codeclimate warningAbinoam Praxedes Marques Jr2015-07-091-2/+4
* Move SimpleCov starting to .simplecov fileAbinoam Praxedes Marques Jr2015-07-091-3/+0
* Move minitest/autorun requiring to after simplecov requiringAbinoam Praxedes Marques Jr2015-07-0912-11/+1
* Remove test/tc_simulator.rb after merge. We have already updated it.Abinoam Praxedes Marques Jr2015-07-061-23/+0
* Merge branch 'v2.0.0-develop' into master solving conflictsv2.0.0.pre.develop.1v2.0.0-develop.1Abinoam Praxedes Marques Jr2015-07-0613-145/+500
|\
| * Add tests for HighLine::Simulator - Issue #142Abinoam Praxedes Marques Jr2015-06-291-0/+25
| * Add SimpleCov supportAbinoam Praxedes Marques Jr2015-06-173-1/+8
| * Fix version testing to accomodate pre release versionsAbinoam Praxedes Marques Jr2015-06-121-1/+1
| * Split some AnswerConverter conversions separate methods - simplify conditionalAbinoam Praxedes Marques Jr2015-06-061-0/+19