summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Expose IOConsoleCompatibleAbinoam P. Marques Jr2017-10-191-1/+1
|
* Enforce double quotes on stringsAbinoam P. Marques Jr2017-07-071-2/+2
|
* Require 'English' for rubocop autofixed filesAbinoam P. Marques Jr2017-07-011-0/+2
|
* Rubocop automatic correctionsAbinoam P. Marques Jr2017-06-301-3/+1
|
* Run Simplecov only for mriAbinoam P. Marques Jr2017-06-251-1/+2
|
* Update codeclimate to new apiAbinoam P. Marques Jr2017-06-241-5/+0
| | | | https://github.com/codeclimate/ruby-test-reporter/blob/master/CHANGELOG.md#v100-2016-11-03
* Require io_console_compatible at test_helper so other files benefit from itAbinoam Praxedes Marques Jr2015-09-091-0/+4
|
* Add more debug messages on test/test_helper.rbAbinoam Praxedes Marques Jr2015-09-091-2/+4
|
* Add some debug information to be show at test run timeAbinoam Praxedes Marques Jr2015-07-191-1/+7
|
* Advertise what Terminal class in use at tests and examplesAbinoam Praxedes Marques Jr2015-07-171-0/+3
| | | | | So one could easily figure out if the "auto-detection" is not working.
* 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
| | | | Source: https://github.com/colszowka/simplecov#using-simplecov-for-centralized-config
* Move minitest/autorun requiring to after simplecov requiringAbinoam Praxedes Marques Jr2015-07-091-0/+1
| | | | | Requiring minitest/autorun before requiring test_helper.rb (and consequently simplecov) was compromising coverage report.
* Add SimpleCov supportAbinoam Praxedes Marques Jr2015-06-171-0/+5
| | | | As suggested by @maurogeorge at https://github.com/JEG2/highline/pull/140#issuecomment-112963251
* Add coding information to all files - 1.9 compatibilityAbinoam Praxedes Marques Jr2015-04-291-0/+3
|
* Add Code Climate supportAbinoam Praxedes Marques Jr2015-04-291-0/+3
Have also to setup environment variable at travis.