| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove global directory switching from specs | David Rodríguez | 2020-01-12 | 1 | -6/+4 |
| | | |||||
| * | Skip the rest of the failures on Windows | David Rodríguez | 2020-01-07 | 1 | -0/+18 |
| | | |||||
| * | Remove unnecessary indirections | David Rodríguez | 2019-07-24 | 1 | -1/+1 |
| | | | | | | These specs are only run on bundler 2, so the compatibility method is not needed. | ||||
| * | Merge #7161 | Bundlerbot | 2019-06-24 | 1 | -6/+6 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7161: Fix file URIs on Windows r=hsbt a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that file:// URIs were not properly handled on Windows, and those are heavily used by our specs. ### What was your diagnosis of the problem? My diagnosis was that Windows paths do not start with a slash, so we need to add an extra slash to separate the host from the path in file:// urls. Otherwise "D:" is parsed as the host segment in the URI. As a consequence of that change, we also need to strip that leading character when using the path segment for those URIs, so that it's a valid file path on Windows. This change reduces Windows CI spec failures from 429 to 355. In order to apply this fix for all file URI's in tests, I extracted a helper method and searched and replaced all file:// ocurrences with the method. The diff is big because of that, but I think it works fine. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> | ||||
| | * | Normalize file:// handling in specs | David Rodríguez | 2019-06-11 | 1 | -6/+6 |
| | | | |||||
| * | | Fix a typo on a spec commentfix_typo | David Rodríguez | 2019-06-20 | 1 | -1/+1 |
| |/ | |||||
| * | Move on to bundler 3 | David Rodríguez | 2019-04-11 | 1 | -19/+2 |
| | | | | | | | * Drop bundler 1 stuff from tests. * Move all feature flags to bundler 3 (like they are in 2-0-stable) and get them tested. | ||||
| * | Setup Gemfile path before loading bundler in order to use original Gemfile | Paul Nikitochkin | 2017-12-02 | 1 | -0/+29 |
| | | |||||
| * | Handle when Bundler is only available on the load path | Samuel Giddins | 2017-07-21 | 1 | -3/+3 |
| | | |||||
| * | Use the create_file helper in the specs for its mkpath | Samuel Giddins | 2017-07-19 | 1 | -3/+1 |
| | | |||||
| * | Remove several CLI flags that need to be set via config in Bundler 2 | Samuel Giddins | 2017-07-19 | 1 | -13/+28 |
| | | |||||
| * | Set forgotten command line options via config in 2.0 | Samuel Giddins | 2017-07-19 | 1 | -2/+2 |
| | | |||||
| * | [Settings] Stop remembering CLI options in Bundler 2 | Samuel Giddins | 2017-07-19 | 1 | -3/+3 |
| | | |||||
| * | Specify `--require spec_helper` in .rspec | Koichi ITO | 2017-05-03 | 1 | -1/+0 |
| | | |||||
| * | Disable RSpec monkey patching | Samuel Giddins | 2017-01-15 | 1 | -1/+1 |
| | | |||||
| * | Compatibility with frozen string literals | Samuel Giddins | 2016-01-31 | 1 | -0/+1 |
| | | |||||
| * | Fix Style/IndentationWidth | Victor Koronen | 2015-08-14 | 1 | -2/+2 |
| | | |||||
| * | Fix Style/LeadingCommentSpace | Victor Koronen | 2015-08-14 | 1 | -1/+0 |
| | | | | | Remove some dead code. | ||||
| * | [RuboCop] Enable Style/StringLiterals | Samuel E. Giddins | 2015-07-15 | 1 | -7/+7 |
| | | |||||
| * | return to 1.x behaviour for --binstubs | Andre Arko | 2013-02-13 | 1 | -2/+2 |
| | | |||||
| * | silently don't overwrite on --binstubs | Andre Arko | 2013-01-22 | 1 | -2/+2 |
| | | | | fixes #2253 | ||||
| * | don't check for existing binstubs, just overwrite during install | Terence Lee | 2013-01-09 | 1 | -0/+17 |
| | | |||||
| * | `bundle install --binstubs ""` will remove binstubs option | Terence Lee | 2012-12-23 | 1 | -0/+12 |
| | | |||||
| * | change to new expect syntax for rspec | Terence Lee | 2012-10-09 | 1 | -13/+13 |
| | | |||||
| * | Add --shebang option to bundle install to use a different executable than ↵ | James Miller | 2011-10-01 | 1 | -0/+10 |
| | | | | | the default ruby install name | ||||
| * | Allows the location of binstubs to be specified | Carl Lerche | 2010-07-13 | 1 | -11/+20 |
| | | |||||
| * | Make generating bin stubs an option | Carl Lerche | 2010-07-09 | 1 | -4/+42 |
| | | |||||
| * | Go back to generating ./bin/gem_bin_stub | Carl Lerche | 2010-07-08 | 1 | -23/+4 |
| | | |||||
| * | Fix a passing spec that was spewing out errors. | Carl Lerche | 2010-06-09 | 1 | -0/+4 |
| | | |||||
| * | Don't generate a stub for bundler in ~/.bundler/bin | Carl Lerche | 2010-06-05 | 1 | -0/+9 |
| | | |||||
| * | Have bundler generate executable stubs into ~/.bundler/bin that will ↵ | Carl Lerche | 2010-05-09 | 1 | -0/+69 |
| automatically call bundler/setup if in bundle directory | |||||
