summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Stop messing with .gemrc (thanks @evanphx!)Andre Arko2011-06-291-1/+1
* hey so rake didn't stay 0.8.7 foreverAndre Arko2011-05-272-2/+4
* un-check everythingAndre Arko2011-05-241-1/+1
* Newer versions of git FREAK OUT if identity configs aren't set.Ben Hamill2011-05-231-0/+2
* Add an author because it's required nowEvan Phoenix2011-04-301-0/+10
* switch lockfile matcher to rspec == and get string diffs for freeAndre Arko2011-03-311-15/+3
* fix the double-dep ordering specAndre Arko2011-03-311-3/+4
* Add spec for consistent order of double-depsAlexander Kahn2011-03-311-0/+5
* rubygems checkout in only 1 directory nowTerence Lee2011-02-011-1/+1
* adding requires and default yaml parser to psych if possibleAaron Patterson2011-01-211-0/+2
* Fix the specs on rubygems 1.4.1Andre Arko2011-01-181-0/+2
* fixing some useless assignment warningsAaron Patterson2011-01-181-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-171-1/+5
* use builder 2.1.2, 3.0.0 breaks specs for 1.9.2Terence Lee2010-11-171-2/+5
* use rspec2's metadata to denote sudo testsTerence Lee2010-11-161-5/+1
* fuck raise and slownessraggi2010-11-131-2/+3
* fix checking for sudo, and use !(`which foo` rescue '').empty? everywhereAndre Arko2010-11-131-1/+1
* rescue failed shell-outs to `which`Andre Arko2010-11-131-1/+1
* Add x86 CPU back to MINGW platform, with test for future regressionAndre Arko2010-11-111-4/+3
* add missing #mingw to Spec::PlatformsAndre Arko2010-11-111-1/+5
* that was way too complicatedAndre Arko2010-11-111-8/+1
* allow run() and ruby() spec helpers to take :env optionsAndre Arko2010-11-041-2/+4
* clean up specs:Terence Lee2010-10-281-1/+1
* Remove unused refactor leftoversAndre Arko2010-10-251-1/+0
* Simplify the crap out of the git remote buildersAndre Arko2010-10-241-51/+15
* spec for --tags patch that will fail if --tags in not present in source.rb's ...Sam Woodard2010-10-241-1/+53
* Go away useless use warningsAndre Arko2010-10-241-1/+1
* Umm we got rid of env.rb a while agoAndre Arko2010-10-241-7/+1
* consistency requires exitstatus over exit_statusAndre Arko2010-10-161-2/+2
* Integrate the new bundler man pages with bundle helpCarl Lerche2010-08-231-0/+13
* Remove quote of pathnameLuis Lavena2010-08-201-1/+1
* Don't use IO.select in the tests. It doesn't work on windows.Carl Lerche2010-08-202-6/+13
* Separate /Users/carllerche/.bundler/bin:/Users/carllerche/.rvm/gems/ruby-1.8....Carl Lerche2010-08-201-1/+1
* Escape spaces out of paths.Carl Lerche2010-08-201-2/+2
* Specs work on WindowsLuis Lavena2010-08-201-1/+0
* Move the lockfile spec matchers to spec/support/matchers.rbCarl Lerche2010-08-201-0/+19
* Add a task that runs the specs including sudo specsCarl Lerche2010-08-101-1/+1
* Get Bundler tests running on RSpec 2wycats2010-07-261-11/+12
* Remove the #to_generic monkey patch to Gem::PlatformCarl Lerche2010-07-242-3/+6
* Close open pipes in testsCarl Lerche2010-07-241-4/+4
* Fix a bug where `bundle exec bundle *` and shelling out to bundle from inside...Carlhuda2010-07-212-4/+3
* Fix a bug where bundle installs spews errors when it is run multiple times in...Carl Lerche2010-07-201-1/+1
* Don't run any git commands when in runtime mode (aka Bundler.setup)Carlhuda2010-07-201-0/+9
* Don't delete cached gems for dependencies that are pinned to certain platformsCarl Lerche2010-07-141-0/+13
* Allows the location of binstubs to be specifiedCarl Lerche2010-07-131-1/+2
* Clean up sudo specsAndre Arko2010-07-111-25/+6
* Fix a bug in the specs in 1.91.0.0.beta.3Carl Lerche2010-07-091-1/+1
* Remove standalone #git in the DSL. Instead, use the block form of #git and pu...wycats2010-07-091-0/+2