summaryrefslogtreecommitdiff
path: root/spec/commands/doctor_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-0/+2
* Ignore tests needing file permissions on Windowsskip_permission_tests_on_windowsDavid Rodríguez2020-01-041-1/+1
* Fix `bundle doctor` commandfix_bundle_doctorDavid Rodríguez2019-08-161-2/+8
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-1/+1
* wrap similar tests in context blocksAdam Wanninger2018-01-251-75/+78
* warn user if a file is not R/W and owned by another userAdam Wanninger2018-01-251-0/+16
* corrected spelling of stil to stillAdam Wanninger2018-01-251-1/+1
* readable/writable is more descriptive than read/writeAdam Wanninger2018-01-251-1/+1
* 'to the current user' should be 'by the current user'Adam Wanninger2018-01-251-1/+1
* [CLI::Doctor] Avoid looping over all files twiceSamuel Giddins2018-01-251-2/+5
* prefix outputted files with a - for readabilityAdam Wanninger2018-01-251-2/+4
* use Bundler.ui.info instead of exceptionAdam Wanninger2018-01-251-4/+4
* check Bundler.home permissions in doctor commandAdam Wanninger2018-01-251-15/+40
* Make the doctor specs robust against SystemExitSamuel Giddins2017-07-231-9/+6
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* [Doctor] Ensure missing dylibs are printed in a consistent orderseg-doctorSamuel Giddins2016-08-171-1/+1
* [Doctor] Raise a ProductionError for linkage failuresSamuel Giddins2016-08-161-2/+5
* Add command to diagnose common issuesMisty De Meo2016-08-021-0/+61