summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Also, don't run sudo tests when sudo isn't setAndre Arko2011-04-301-1/+6
* run ONLY the sudo tests when testing sudoAndre Arko2011-04-301-1/+1
* fix spec broken by the bundler/setup TTY changeAndre Arko2011-04-301-2/+2
* Add an author because it's required nowEvan Phoenix2011-04-301-0/+10
* Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-183-4/+5
* die fit dieAndre Arko2011-04-141-1/+1
* sensible error when dead symlinks are passed to --path, with a testAndre Arko2011-04-111-0/+18
* Test for directories in bin/, handle strings tooAndre Arko2011-04-081-0/+11
* fix Gem::SourceIndex.refresh! on Rubygems 1.7 and upAndre Arko2011-04-081-0/+21
* Correct orders dependencies according to version specCorin Langosch2011-04-061-1/+1
* Fix deploy specs for new error messageAndre Arko2011-04-061-7/+7
* We may have reached 1.0 nowAndre Arko2011-04-051-6/+0
* switch lockfile matcher to rspec == and get string diffs for freeAndre Arko2011-03-311-15/+3
* fix the double-dep ordering specAndre Arko2011-03-312-10/+11
* Add spec for consistent order of double-depsAlexander Kahn2011-03-312-0/+28
* UNFITAndre Arko2011-03-041-1/+1
* Fix the git error message specAndre Arko2011-03-031-2/+2
* Don't check development dependencies when unlocking locked gems in a path sourceCarl Lerche2011-02-121-0/+21
* Don't compare Path sources by the unexpanded directory nameCarl Lerche2011-02-121-0/+20
* rubygems checkout in only 1 directory nowTerence Lee2011-02-011-1/+1
* Add test for :path gems with YAML specsAndre Arko and Terence Lee2011-01-241-0/+9
* adding requires and default yaml parser to psych if possibleAaron Patterson2011-01-211-0/+2
* Tests and fix for Bundler.require removing gems fromAndre Arko2011-01-191-2/+61
* Remove focused testSam Umbach2011-01-181-1/+1
* add test for bundle install --no-cache, fix --no-cache optionAndre Arko2011-01-181-0/+12
* test for update --localAndre Arko and Terence Lee2011-01-181-0/+9
* Fix the specs on rubygems 1.4.1Andre Arko2011-01-183-2/+6
* fixing some useless assignment warningsAaron Patterson2011-01-185-5/+5
* Test for gemspec DSL method evaluating inside gemspec dirAndre Arko and Terence Lee2011-01-171-0/+12
* Clean up tests that should never have been one-linerAndre Arko2011-01-131-3/+9
* Add tests for the problem described in #932Andre Arko2011-01-131-0/+11
* what's cripping?Terence Lee2011-01-051-1/+1
* deprecation of Gem::LoadError#version_requirementTerence Lee2011-01-051-0/+51
* pass RUBYOPT through to the subshellTerence Lee2011-01-051-1/+1
* add rubygems 1.4.1Terence Lee2011-01-051-1/+1
* add rubygems 1.3.7 and 1.4.0Terence Lee2011-01-031-1/+1
* Sudo.present? != Sudo.test_sudo?, so separate themAndre Arko2010-11-172-2/+6
* need to .to_s this Pathname for 1.9.2Terence Lee2010-11-171-1/+1
* use builder 2.1.2, 3.0.0 breaks specs for 1.9.2Terence Lee2010-11-171-2/+5
* Reverts adding "bundler version to lockfile".Terence Lee2010-11-174-165/+0
* use rspec2's metadata to denote sudo testsTerence Lee2010-11-163-10/+4
* test for printing the path with the problem when git commands error outAndre Arko2010-11-161-0/+14
* implementation to detect for older version of bundler than lockfileAndre Arko and Terence Lee2010-11-151-1/+1
* failing spec for older version of bundler than lockfileTerence Lee2010-11-151-0/+30
* mildly clean up locking with version, mostly whitespace and helpersAndre Arko2010-11-142-19/+18
* Addendum to #837, add unit test for Bundler::LockfileParserTerence Lee2010-11-131-0/+21
* Closes #837. Add bundler version to lockfileTerence Lee2010-11-132-0/+115
* Don't unlock sources that are on a different platformAndre Arko2010-11-131-0/+14
* fuck raise and slownessraggi2010-11-131-2/+3
* fix checking for sudo, and use !(`which foo` rescue '').empty? everywhereAndre Arko2010-11-132-2/+2