summaryrefslogtreecommitdiff
path: root/test/acceptance
Commit message (Collapse)AuthorAgeFilesLines
* Add agree with readline acceptance testAbinoam P. Marques Jr2017-11-211-0/+18
|
* Fix rescueing without error classAbinoam P. Marques Jr2017-09-251-2/+2
|
* Add meaningful heredoc delimitersAbinoam P. Marques Jr2017-09-251-2/+2
|
* Fix class/module nestingAbinoam P. Marques Jr2017-09-251-51/+53
|
* Use attr_readerAbinoam P. Marques Jr2017-07-071-4/+4
|
* Fix caller rubocop warningAbinoam P. Marques Jr2017-07-071-1/+1
|
* Enforce double quotes on stringsAbinoam P. Marques Jr2017-07-075-6/+6
|
* Remove class variableAbinoam P. Marques Jr2017-07-071-3/+3
|
* Fix LineLength warnings from RubocopAbinoam P. Marques Jr2017-07-041-1/+2
|
* Rubocop automatic correctionsAbinoam P. Marques Jr2017-06-305-10/+18
|
* Replace $terminal to HighLine.default_instanceAbinoam P. Marques Jr2017-06-291-1/+1
|
* Choose filename from right to left - better for WindowsAbinoam Praxedes Marques Jr2015-07-231-1/+1
|
* Add some semi-automatic 'acceptance' tests to HighLine (yup)Abinoam Praxedes Marques Jr2015-07-195-0/+208
These 'acceptance' tests guide the user through some steps asking if they SEE what they should be seeing. It summarizes the answers and adds some debug environment information that can be sent to HighLine contributors. It'll be a complementary way of testing HighLine without the caveats of using a fake input/output object like StringIO as we do on automatic unit tests.