summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #1560 with an exit code of 1, and makes running clean_spec.rbJim Deville2011-11-291-1/+1
| | | | | | | directly possible By requiring digest/sha1 in spec_helper.rb, clean_spec.rb can now be ran stand alone. I also fixed a typo which exposed a failing test.
* 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
| | | refs #1446
* Merge v1.0.20 from branch '1-0-stable'Andre Arko2011-09-271-0/+7
|\ | | | | | | | | | | | | Conflicts: CHANGELOG.md lib/bundler/version.rb spec/install/gems/simple_case_spec.rb
| * 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
| | | | | | | | | | | | | | | | | | | | | | Given a source such as `http://foo:bar@gems.com`, the basic auth info needs to be passed on so, if the source is not an API endpoint, it will return 404 instead of 401. The fetcher will then fall back to fetching the full specs as expected instead of bailing. Conflicts: spec/install/gems/dependency_api_spec.rb
* | Merge branch '1-0-stable'Andre Arko2011-06-101-5/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG.md Rakefile lib/bundler/cli.rb lib/bundler/templates/newgem/Rakefile.tt lib/bundler/templates/newgem/newgem.gemspec.tt lib/bundler/version.rb spec/other/newgem_spec.rb spec/support/rubygems_ext.rb
| * 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
|\ \ | |/ | | | | | | Conflicts: lib/bundler/version.rb
| * Fix the specs on rubygems 1.4.1Andre Arko2011-01-181-1/+1
| |
| * pass RUBYOPT through to the subshellTerence Lee2011-01-051-1/+1
| | | | | | | | now we can test different versions of rubygems
* | Merge branch '1-0-stable'Andre Arko2010-12-161-0/+2
|\ \ | |/ | | | | | | | | Conflicts: lib/bundler/version.rb spec/support/rubygems_ext.rb
| * 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
| | | | Well, at least they run :-)
* Have bundler remember that the bundle is frozen and ignore changes to the ↵Carl Lerche2010-08-061-0/+1
| | | | Gemfile during runtime
* Provide an environment variable to allow customizing the location of ↵Carl Lerche2010-08-061-1/+2
| | | | <app>/.bundle
* 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 ↵Carl Lerche2010-06-061-0/+1
| | | | groups based on ENV
* 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
| | | | This fixes the spec_gems_1_3_5 rake task.
* 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
|