summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Simplify arguments to `sh`Nobuyoshi Nakada2020-01-281-1/+2
* Merge #7597Bundlerbot2020-01-271-5/+0
|\
| * remove warn call on LoadErrorEmily Giurleo2020-01-231-5/+0
* | Merge #7600Bundlerbot2020-01-241-5/+2
|\ \ | |/ |/|
| * Remove unnecessary folder removalsDavid Rodríguez2020-01-241-3/+0
| * Create test lib in tmp, not in the root of the repoDavid Rodríguez2020-01-241-2/+2
* | Merge #7527Bundlerbot2020-01-231-6/+5
|\ \ | |/ |/|
| * always print backtrace on LoadErrorEmily Giurleo2020-01-221-1/+5
| * remove trace and update the specs accordinglyEmily Giurleo2020-01-221-5/+0
| * TweakDavid Rodríguez2020-01-031-1/+1
* | Fix flaky spec failuretests/fix_another_potential_flakyDavid Rodríguez2020-01-211-2/+2
* | Merge #7592Bundlerbot2020-01-201-3/+1
|\ \
| * | Remove unused lettests/fix_flaky_failuresDavid Rodríguez2020-01-201-2/+0
| * | Fix running updater specs in isolationDavid Rodríguez2020-01-201-1/+1
* | | Add support for BUNDLER_ prefixed debug environment variablesSutou Kouhei2020-01-191-0/+14
|/ /
* | Merge #7577Bundlerbot2020-01-1810-24/+24
|\ \
| * | [repo move] Update GitHub URL in comments and `skip` messages in spec/Ellen Marie Dash2020-01-1610-24/+24
* | | Use copy instead of movingci/fix_flakyDavid Rodríguez2020-01-181-1/+1
* | | Merge #7559Bundlerbot2020-01-171-2/+2
|\ \ \
| * | | Reactivate usused code for ruby version resolutionLars Kanis2020-01-161-2/+2
| |/ /
* | | Don't use needless specific APISutou Kouhei2020-01-171-1/+1
* | | Revert MatchPlatform#platforms_match?Sutou Kouhei2020-01-171-6/+8
* | | Don't ignore resolved platform informationSutou Kouhei2020-01-171-0/+23
|/ /
* | Add no required_ruby_version againSutou Kouhei2020-01-151-0/+17
* | Sort available platformsSutou Kouhei2020-01-151-2/+2
* | Always add a spec group for all platforms to candidatesSutou Kouhei2020-01-152-0/+23
* | Always add "ruby" version to selected spec groups as fallbackSutou Kouhei2020-01-151-3/+5
* | Fix the name of Ruby requirementSutou Kouhei2020-01-151-2/+2
* | Revert unskippable skipsSutou Kouhei2020-01-152-0/+14
* | Try unskipping on WindowsSutou Kouhei2020-01-152-18/+0
* | Add support for force_ruby_platform with specific_platform againSutou Kouhei2020-01-152-8/+3
* | Don't set platforms to dependency registered by gemspecSutou Kouhei2020-01-151-35/+0
* | Update expected for specific_platform feature flags caseSutou Kouhei2020-01-152-4/+17
* | Improve platform specific gem resolutionSutou Kouhei2020-01-151-0/+11
* | Add a spec for when differing dependencies cause the generic version gem to b...Samuel Giddins2020-01-151-0/+14
* | Add two specs for choosing platform specific gemsLars Kanis2020-01-151-0/+29
* | Merge #7554Bundlerbot2020-01-131-0/+174
|\ \
| * | Fix ruby version parsing in compact indexSutou Kouhei2020-01-121-0/+174
* | | Load `CompactIndexClient` upfronttests/fix_autoload_thread_safety_issueDavid Rodríguez2020-01-131-0/+3
* | | Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-1252-647/+511
* | | Make warnings spec independent of LOAD_PATHDavid Rodríguez2020-01-121-3/+3
* | | Don't load default URI gem during specsDavid Rodríguez2020-01-122-2/+2
* | | Extract `man_tracked_files` path helperDavid Rodríguez2020-01-123-2/+8
* | | Pass a generic options hash to `sys_exec`David Rodríguez2020-01-125-9/+9
* | | Simplify `gem_command` to pass full args to `gem` togetherDavid Rodríguez2020-01-122-6/+6
* | | Extract `bundled_app_gemfile` path helperDavid Rodríguez2020-01-1211-40/+44
* | | Extract `bundled_app_lock` path helperDavid Rodríguez2020-01-1219-81/+85
|/ /
* | Lock rack to 2.0.8 for teststests/lock_rackDavid Rodríguez2020-01-111-1/+1
* | Merge #5521Bundlerbot2020-01-081-4/+61
|\ \
| * | bundler gem: Support test-unit as a testing frameworkKouhei Sutou2019-12-111-4/+61