aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler
Commit message (Expand)AuthorAgeFilesLines
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-313-12/+12
* Auto merge of #4250 - RochesterinNYC:improved-error-message-for-invalid-gemsp...Homu2016-01-311-0/+29
|\
| * Change behavior and improve clarity of error messages when local gems have in...James Wen2016-01-301-0/+29
* | Forwarding root path to Source::Path from Dsl.Donnie Tognazzini2016-01-271-0/+1
|/
* Backfill unit tests for `Bundler::Fetcher::Downloader`James Wen2016-01-251-0/+229
* Auto merge of #3556 - bundler:seg-new-index-fetchers, r=segiddinsHomu2016-01-265-79/+109
|\
| * Update dependency fetcher specs for refactoringSamuel Giddins2016-01-252-73/+65
| * [Fetcher::Base] Update specs for api_available? -> available?Samuel Giddins2016-01-251-4/+2
| * Remove unused method on spec double in fetcher specsSamuel Giddins2016-01-251-2/+1
| * Refactor cache slug logic into the RemoteSamuel Giddins2016-01-252-21/+24
| * [CompactIndex] Use the cache_uri for the cache pathSamuel Giddins2016-01-251-0/+7
| * [Remote] Add the concept of a cache_uriSamuel Giddins2016-01-252-1/+32
| * update specs for remote-less specs from fetchersAndre Arko2016-01-251-2/+2
* | Fix gem helper spec when running with rake 10.5Samuel Giddins2016-01-251-1/+1
|/
* Add unit tests for `Bundler::SSLCerts::CertificateManager`James Wen2016-01-241-0/+134
* Auto merge of #4227 - RochesterinNYC:add-unit-tests-for-bundler-fetcher-depen...Homu2016-01-241-0/+335
|\
| * Refactor and add unit test coverage for `Bundler::Fetcher::Dependency`James Wen2016-01-231-0/+335
* | Add unit tests for abstract `Bundler::Fetcher::Base` classJames Wen2016-01-231-0/+78
|/
* Complete unit test coverage for `Bundler::Fetcher::Index`James Wen2016-01-211-12/+97
* Complete unit test coverage for `Bundler::RemoteSpecification`James Wen2016-01-201-9/+114
* Add unit tests for `Bundler::Source`James Wen2016-01-191-0/+118
* Move `Bundler#ruby_version` functionality to `Bundler::RubyVersion#system`James Wen2016-01-142-101/+101
* Remove `Bundler::SystemRubyVersion`James Wen2016-01-142-122/+101
* Remove `Bundler::RubyVersionRequirement`James Wen2016-01-111-153/+130
* Add extensive unit test coverage for `lib/bundler/ruby_version.rb`James Wen2016-01-111-53/+363
* Add unit tests for `Bundler::SharedHelpers#with_clean_git_env`James Wen2016-01-101-0/+45
* Add unit tests for `Bundler::SharedHelpers` public methods `#chdir` and `#pwd`James Wen2016-01-101-0/+22
* Add unit tests for `Bundler::SharedHelpers#in_bundle?`James Wen2016-01-101-0/+41
* Add unit tests for `Bundler::SharedHelpers#filesystem_access`James Wen2016-01-101-0/+21
* Separate concerns of `Bundler::SharedHelpers#set_bundle_environment`James Wen2016-01-091-0/+98
* Refactor `Bundler::SharedHelpers` module unit tests to use said module as sub...James Wen2016-01-081-18/+13
* Add unit tests for `Bundler::SharedHelpers#default_bundle_dir`James Wen2016-01-081-1/+29
* Add unit tests for `Bundler::SharedHelpers#default_lockfile`James Wen2016-01-081-0/+24
* Refactor and move `TargetNamespace` module for testing `Bundler::SharedHelper...James Wen2016-01-081-4/+3
* Add unit tests for `Bundler::SharedHelpers#default_gemfile`James Wen2016-01-081-0/+20
* Auto merge of #4195 - RochesterinNYC:add-net-http-errors-safely, r=segiddinsHomu2016-01-031-0/+29
|\
| * Extract safe const_get logic into `SharedHelpers#const_get_safely`James Wen2016-01-021-0/+29
* | Make `bundle env` output consistentAgis Anastasopoulos2016-01-021-1/+1
|/
* Auto merge of #4189 - RochesterinNYC:add-temporary-resource-error-for-errno-e...Homu2015-12-291-0/+10
|\
| * Create `TemporaryResourceError` that `SharedHelpers#filesystem_access` raises...James Wen2015-12-281-0/+10
* | Remove fallback tests from settings as it is not mockedPablo Carranza2015-12-271-12/+0
* | Fix rubocop complainsPablo Carranza2015-12-271-13/+20
* | Add TCP Mirror probe object to verify that the mirror is reachablePablo Carranza2015-12-271-2/+34
* | Improve specs for mirrors so it is easier to understandPablo Carranza2015-12-271-30/+38
* | Add logic for selecting and validating mirrors if needed.Pablo Carranza2015-12-271-34/+162
* | WIP - mirror is picked depending on the probing working or not, all has prece...Pablo Carranza2015-12-272-12/+65
* | WIP - Setting up mirror probe with fallbackPablo Carranza2015-12-271-11/+37
* | Improved mirror config parsing with support for all and fallback_timeoutPablo Carranza2015-12-272-5/+56
* | Add mirrors class to simplify config parsing and collectingPablo Carranza2015-12-271-5/+5
* | WIP - it can parse the keys correctlyPablo Carranza2015-12-271-1/+17
|/