summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes #1560 with an exit code of 1, and makes running clean_spec.rbJim Deville2011-11-291-1/+1
* that spec is actually 1.8-only. oops.Andre Arko2011-10-211-1/+3
* add :ruby => "1.9" spec filterAndre Arko2011-10-211-0/+4
* extract the complex Psych-loading processAndre Arko2011-10-181-13/+1
* rescue gem load error seperate from load error in spec_helperMax Spransy2011-10-181-0/+4
* Attempt to load gem Psych before loading system PsychMax Spransy2011-10-181-0/+1
* real-world spec for index search cache bugAndre Arko2011-10-021-0/+6
* Merge v1.0.20 from branch '1-0-stable'Andre Arko2011-09-271-0/+7
|\
| * load psych before yaml in the specsAndre Arko2011-09-221-0/+7
* | Pass basic auth details to the (possible) API endpoint. (Thanks dpiddy)Terence Lee2011-06-111-0/+1
* | Merge branch '1-0-stable'Andre Arko2011-06-101-5/+0
|\ \ | |/
| * un-check everythingAndre Arko2011-05-241-5/+0
* | Merge branch '1-0-stable'Andre Arko2011-04-301-1/+6
|\ \ | |/
| * 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
* | Merge branch '1-0-stable'Terence Lee2011-01-211-1/+1
|\ \ | |/
| * Fix the specs on rubygems 1.4.1Andre Arko2011-01-181-1/+1
| * pass RUBYOPT through to the subshellTerence Lee2011-01-051-1/+1
* | Merge branch '1-0-stable'Andre Arko2010-12-161-0/+2
|\ \ | |/
| * Sudo.present? != Sudo.test_sudo?, so separate themAndre Arko2010-11-171-1/+1
| * use rspec2's metadata to denote sudo testsTerence Lee2010-11-161-0/+2
* | Fakeweb extraction into helperAndre Arko2010-11-031-1/+1
|/
* much better guard against spec focus in CIAndre Arko2010-10-281-5/+3
* Don't allow filtering in CI buildsAndre Arko2010-10-271-3/+5
* Allow searching past bundler.gemspec outside of testsAndre Arko2010-10-251-0/+1
* change rspec2 tag :focus to :focused, since that's what rspec2 usesTerence Lee2010-10-131-2/+2
* alias fit to a focus exampleTerence Lee2010-10-131-0/+1
* Allow RSpec filtering.Myron Marston2010-08-291-0/+3
* Don't use IO.select in the tests. It doesn't work on windows.Carl Lerche2010-08-201-4/+0
* Specs work on WindowsLuis Lavena2010-08-201-0/+11
* Have bundler remember that the bundle is frozen and ignore changes to the Gem...Carl Lerche2010-08-061-0/+1
* Provide an environment variable to allow customizing the location of <app>/.b...Carl Lerche2010-08-061-1/+2
* Get Bundler tests running on RSpec 2wycats2010-07-261-2/+2
* Close open pipes in testsCarl Lerche2010-07-241-0/+4
* Remove differ gemAndre Arko2010-07-151-8/+0
* Do not add bundler to the lockfileCarlhuda2010-06-251-0/+1
* Add bundle install --local to enable installing from vendor/cacheCarl Lerche2010-06-231-4/+0
* Pendify specs that are related gem cachesCarl Lerche2010-06-221-2/+2
* Actually simulate different platforms in specsCarl Lerche2010-06-221-1/+2
* Add #env to Gemfile for specifying conditions for including / excluding group...Carl Lerche2010-06-061-0/+1
* First pass at getting bundler to play well when $GEM_HOME is owned by rootCarl Lerche2010-05-241-0/+1
* Make sure extra RUBYOPT args don't cause spec failures.Brian Donovan2010-04-231-1/+1
* Fix git with the new lockfile formatCarlhuda2010-04-221-0/+4
* Write tests for the format of the new lockfileCarlhuda2010-04-201-0/+8
* rmtree doesn't work if it's not thereAndre Arko2010-04-071-1/+1
* Fix check, show, and open commands while locked. Closes #237.Andre Arko2010-04-021-1/+1
* No more "useless use of ==" warningsAndre Arko2010-03-111-0/+5
* Refactor spec grouping to use the SpecSetCarl Lerche2010-03-111-0/+1
* Make the tests more platform agnostic -- all green on jrubyCarlhuda2010-02-161-1/+5
* Fix Bundler on 1.9Carlhuda2010-02-161-1/+3