summaryrefslogtreecommitdiff
path: root/spec/bundler/ui
Commit message (Expand)AuthorAgeFilesLines
* Move some global requires to their few usagesDavid Rodríguez2019-09-181-0/+2
* Print errors to stderr by default, and remove configuration optionGrey Baker2019-04-121-19/+5
* Move on to bundler 3David Rodríguez2019-04-111-10/+2
* fix to stop writing to stderr if closedHrvoje Šimić2018-03-161-0/+9
* [UI::Shell] Warn on STDERR in Bundler 2Samuel Giddins2017-06-231-2/+13
* Update the specs to pass under Bundler 2Samuel Giddins2017-06-231-1/+6
* Remove `require "spec_helper"` from spec filesKoichi ITO2017-06-211-1/+0
* use Settings.temporary to set error_on_stderr feature flag in rspeccolby/stderr-featureColby Swandale2017-05-231-1/+1
* remove colors if printing errors to stderr without a tty availableColby Swandale2017-05-231-1/+1
* fix newline not being added correctly when printing to stderrColby Swandale2017-05-211-1/+1
* stderr feature flag is notw error_on_stderrColby Swandale2017-05-171-1/+1
* fix not checking error level before printing to stderrColby Swandale2017-05-171-0/+4
* add print error to stderr featureColby Swandale2017-05-161-0/+45