aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2564 from bundler/detect-cyclic-dependencyAndré Arko2013-07-292-0/+29
|\
| * clarify circular languageAndre Arko2013-07-281-1/+2
| * Extract error message from TSort::Cyclic and printHemant Kumar2013-07-262-1/+2
| * Raise user friendly errors in case of Cyclic DependencyHemant Kumar2013-07-262-0/+27
* | Use double instead of mock to avoid spec warningsKir Shatrov2013-07-281-1/+1
* | Merge pull request #2536 from equinux/masterHemant Kumar2013-07-261-2/+18
|\ \ | |/ |/|
| * Improve RUBYLIB example in exec spec.Dominique d'Argent2013-07-261-4/+5
| * Use RUBYLIB instead of RUBYOPT to add the bundle lib path to ruby $LOAD_PATH.Dominique d'Argent2013-07-111-2/+17
* | Add specs for safe_catchHemant Kumar2013-07-221-0/+37
* | Allow `require: true` as an alias for `require: <name>`Nathan Broadbent2013-07-131-0/+9
|/
* Merge pull request #2510 from headius/stack_friendly_recursionAndre Arko2013-07-031-0/+1
|\
| * license whitespace spec fixAndre Arko2013-06-231-0/+1
* | Merge pull request #2497 from mipearson/with_cached_gemspecsAndre Arko2013-07-031-0/+18
|\ \
| * | Discover new false-positive in cached gemspec test.Michael Pearson2013-06-121-8/+6
| * | Ensure cached gemspec test doesn't lead to false positive from using repo1 gems.Michael Pearson2013-06-111-10/+13
| * | Spec to ensure cached gemspecs are used when availableMichael Pearson2013-06-111-0/+17
* | | Merge pull request #2487 from rahearn/outdated-dependency-infoAndre Arko2013-07-031-3/+3
|\ \ \
| * | | Display Gemfile dependency info in bundle outdated outputRyan Ahearn2013-05-281-3/+3
| |/ /
* | | Merge pull request #2249 from dblock/debug-resolver-treeAndre Arko2013-07-032-0/+50
|\ \ \
| * | | Add ENV[DEBUG_RESOLVER_TREE] which outputs the resolver tree when bundle inst...dblock2013-01-142-0/+50
* | | | Merge branch '1-3-stable'Andre Arko2013-07-0325-58/+99
|\ \ \ \
| * | | | Preserve original gemspec pathBen Willis2013-07-031-0/+24
| * | | | gemfile -> Gemfile for consistency in specRyan T. Hosford2013-07-031-1/+1
| * | | | Rewording of it-strings in security_policy_specRyan T. Hosford2013-07-031-11/+10
| * | | | Fixes grammar and an inaccurate it-stringTad Hosford2013-07-031-5/+5
| * | | | Kills whitespaceTad Hosford2013-07-031-1/+0
| * | | | Subject-verb agreement fixTad Hosford2013-07-031-1/+1
| * | | | Kills some whitespace at ends of filesTad Hosford2013-07-032-2/+0
| * | | | Fixes to wording in other/platform_spec.rbTad Hosford2013-07-031-2/+2
| * | | | Fixes regular expression in new quality specRyan T. Hosford2013-07-035-14/+13
| * | | | Scans spec/ onlyHashrocket Workstation2013-07-031-1/+1
| * | | | Adds quality specTad Hosford2013-07-033-6/+30
| * | | | Spelling, grammar, and consistency in spec/other/Tad Hosford2013-06-277-11/+7
| * | | | Merge pull request #2509 from TimMoore/2494-local-implies-no-cacheAndré Arko2013-06-261-2/+4
| |\ \ \ \
| | * | | | Set --no-cache when bundle install --local is called.Tim Moore2013-06-221-2/+4
| * | | | | Removes empty line at end of class in source_spec.rbTad Hosford2013-06-251-1/+0
| * | | | | Fixes mistakes in git_spec.rb wordingTad Hosford2013-06-251-2/+2
| * | | | | Fixes mistake in gems_spec.rb wordingTad Hosford2013-06-251-1/+1
* | | | | | Merge branch '1-3-stable'Andre Arko2013-06-231-2/+2
|\| | | | |
| * | | | | wrong place, bahAndre Arko2013-06-231-2/+2
| |/ / / /
* | | | / Merge branch '1-3-stable'Andre Arko2013-06-231-0/+1
|\| | | | | |_|_|/ |/| | |
| * | | license whitespace spec fixAndre Arko2013-06-211-0/+1
* | | | Update references to the repository URL.Tim Moore2013-06-111-3/+3
| |_|/ |/| |
* | | Merge branch '1-3-stable'Andre Arko2013-05-2211-16/+248
|\| |
| * | Add spec for exitstatus for unrecognized tasksPieter Joost van de Sande2013-05-221-0/+5
| * | stop suppressing GitError while loading specsAndre Arko2013-05-051-1/+1
| * | improve sudo install supportAndre Arko2013-04-011-0/+21
| * | path could be nil, dohAndre Arko2013-03-201-1/+1
| * | Merge pull request #2367 from voxik/fix-gem_helper_specAndre Arko2013-03-201-2/+5
| |\ \
| | * | Fix gem_helper_spec.Vít Ondruch2013-03-071-2/+5