summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Tests were not checking HighLine class. But an instance.Abinoam P. Marques Jr2017-06-241-0/+7
* Add test for class not influencing instanceAbinoam P. Marques Jr2017-06-241-0/+31
* Check disabling colorAbinoam P. Marques Jr2017-06-241-0/+14
* Add test for instance having same use_color method of classAbinoam P. Marques Jr2017-06-241-0/+11
* Test begins checking previous behaviourAbinoam P. Marques Jr2017-06-241-0/+9
* add menu default testFrederico2016-07-111-0/+12
* Tests for Proc as confirm attribute. Update docsmmihira2016-07-091-0/+18
* HighLine::MenuItem -> HighLine::Menu::ItemAbinoam P. Marques Jr2016-06-031-4/+4
* Add tests for HighLine::Menu's indices coloringAregic2016-05-311-0/+83
* Merge pull request #189 from kevinoid/fix-ask-checkingAbinoam P. Marques Jr2016-02-191-8/+48
|\
| * Improve #agree tests - related to PR #189 by @kevinoidAbinoam Praxedes Marques Jr2016-02-191-8/+48
| * Fix agree validation to only accept "yes" or "no"Kevin Locke2016-02-181-1/+1
* | Fix some tests. New Menu api.matrinox2016-02-191-8/+4
* | Add menu#build_item covenience, bringing us one step closer to a cleaner APImatrinox2016-02-191-2/+16
* | 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