aboutsummaryrefslogtreecommitdiffstats
path: root/spec/install/gemfile/sources_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
|
* remove extraneous bits, fix gemfilesAndre Arko2016-10-131-6/+1
|
* add a failing spec for not-found gemsAndre Arko2016-10-131-0/+71
| | | | | | | | | | | | | | | | This is a kind of weird and specific situation: If, and only if, some version of a gem is installed into system gems (e.g. rack 1.0), then trying to resolve a different version of that gem from a specific remote source (e.g. rack 2.0.1.1.forked) will fail, even though that gem is in fact available from that soure. Uninstalling the unrelated version of rack from system gems completely solves this problem. Alternately, running `bundle update rack` instead of `bundle install` also completely solves this problem. From this I speculate that we are unfairly withholding the rack 2.0.1.1.forked spec from the resolver, even though it was provided by the source.
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-16/+16
|
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-16/+16
|
* Update a pair of specs to use the new source matchingSamuel Giddins2016-07-241-3/+4
|
* [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-201-1/+1
|
* Clean up outdated deprecation codeSamuel Giddins2016-07-051-3/+6
|
* note that disable_multisource will be the defaultAndre Arko2016-07-051-3/+3
|
* Add a spec for not re-resolvingSamuel Giddins2016-06-241-0/+32
|
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
|
* move gemfile feature tests into install/gemfile/Andre Arko2015-12-131-0/+415