summaryrefslogtreecommitdiff
path: root/spec/install/gemfile/path_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-36/+23
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-0/+6
* Always pass env as strings to helpersDavid Rodríguez2019-11-281-3/+3
* Improve rubygems version overriding mechanismDavid Rodríguez2019-11-111-3/+0
* Remove unnecessary expectationsDavid Rodríguez2019-10-121-1/+0
* Replace `with_rubygems` scriptDavid Rodríguez2019-09-191-3/+3
* Fix inconsistent lockfile orderconsistent_lockfilesDavid Rodríguez2019-07-241-0/+44
* Indentation tweakDavid Rodríguez2019-07-241-6/+6
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-14/+14
* Fix to update conservatively for gemspec updateFumiaki MATSUSHIMA2019-04-291-0/+62
* s/last_command.stderr/err/David Rodríguez2019-04-121-1/+1
* Move on to bundler 3David Rodríguez2019-04-111-1/+1
* Remove `eq_err` matcherDavid Rodríguez2019-03-141-2/+2
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-1/+1
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-3/+3
* Remove now unnecessary `lack_errors` matcherDavid Rodríguez2019-02-141-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-9/+9
* [Definition] Dont pin path deps to newer versionssegiddins/6750-allow-changing-local-gem-versionSamuel Giddins2018-11-171-0/+14
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-1/+1
* More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-271-2/+3
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+13
* [Installer] Load plugin files from path gemsSamuel Giddins2017-06-141-0/+23
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-7/+7
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-30/+30
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-30/+30
* Update specs for improved gemspec detectionSamuel Giddins2016-07-241-1/+1
* Add JRuby shebang to ruby_shebang? checkojab2016-07-161-2/+0
* Add Bundler.ui.deprecateStefan Lance2016-07-051-3/+3
* Detect changes in path specs by comparing locked specs to source specsJoe Rafaniello2016-06-171-3/+2
* Use Set equality for path gems to avoid unneeded re-resolution.Joe Rafaniello2016-06-171-2/+37
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Change behavior and improve clarity of error messages when local gems have in...James Wen2016-01-301-1/+4
* [Index] Handle when comparing against an index with no gemspecseg-dir-no-gemspecSamuel Giddins2015-10-161-0/+18
* Fix Style/AlignHashErick Sasse2015-08-171-3/+3
* Fix Style/RegexpLiteralVictor Koronen2015-08-131-1/+1
* Merge tag 'v1.10.6'Samuel E. Giddins2015-07-221-2/+2
|\
| * Update spec to fail, then fix itaa-warn-invalid-gemspecsAndre Arko2015-07-181-2/+2
* | Fix Style/SpaceInsideHashLiteralBracesErick Sasse2015-07-171-1/+1
* | [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-38/+38
* | [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
|/
* Restrict spec for invalid specs to >= 1.7seg-inline-load-pathsSamuel E. Giddins2015-05-311-1/+1
* RubyGems can only validate during chdirAndre Arko2015-05-171-0/+23
* [Source::Path] Properly prefer gemspecs that are closer to the path rootSamuel E. Giddins2015-02-261-0/+19
* don’t test exitstatus when it is unknownAndre Arko2015-01-201-2/+2
* we can have exitstatus and err at the same timeAndre Arko2015-01-191-3/+3
* Remove satisfied dependecies from next source lookupDov Murik2014-10-191-0/+20
* friendlier error messageAndre Arko2013-12-181-1/+1
* fix error message and testqblake2013-12-061-2/+2