aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'v1.9.4'Andre Arko2015-04-131-4/+12
| | | | | | | | Version 1.9.4 Conflicts: lib/bundler/installer.rb lib/bundler/match_platform.rb lib/bundler/source/rubygems.rb
* missed some outdated format specsAndre Arko2015-04-051-4/+4
|
* Send bundle_ruby deprecation error to STDERRStefan Lance2015-03-261-2/+2
|
* Add bundle_ruby deprecation warningStefan Lance2015-03-201-10/+26
|
* ensure exitstatus while testing Bundler.setupAndre Arko2015-01-211-52/+20
|
* optional exit checkAndre Arko2015-01-211-17/+14
| | | | turns out Bundler.setup by itself won’t actually set the exitstatus unless it’s also running inside a TTY (which this isn’t).
* clean up some missed some @exitstatusAndre Arko2015-01-201-4/+4
|
* don’t test exitstatus when it is unknownAndre Arko2015-01-202-18/+18
| | | | | | apparently on some Ruby 1.8.7 installs, open3 doesn’t return an exit status, and that includes all Travis installs of 1.8.7. :/ these tests all pass (while checking exit status) on my machine, but they shouldn’t fail if the Ruby on Travis isn’t able to provide exitstatuses.
* this test works in real life :(Andre Arko2015-01-201-12/+12
| | | | | I cannot figure out how to get it to pass with the new, faster exec, but it passes in real life when I run the same command with (I think) the same environment variables. Arrrrgh.
* force TTY only in tests instead of all execAndre Arko2015-01-191-0/+1
|
* we can have exitstatus and err at the same timeAndre Arko2015-01-191-51/+49
| | | | huh, how did I miss this before?
* Update SSL certificates, again.Andre Arko2014-11-111-1/+14
| | | | | | | | Why did openssl give me a certificate that doesn’t work to connect? :( Also remove the intermediate certificates that aren’t actually needed to validate a connection to the server. Finally, include tests to make sure that Bundler can connect to each of the important Rubygems hosts using only the vendored certificates (h/t @luislavena for an example test).
* Merge v1.5.3 from branch '1-5-stable'Andre Arko2014-02-061-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG.md Rakefile lib/bundler/cli.rb lib/bundler/fetcher.rb lib/bundler/installer.rb lib/bundler/rubygems_ext.rb lib/bundler/source/rubygems.rb lib/bundler/templates/newgem/spec/newgem_spec.rb.tt lib/bundler/version.rb spec/bundler/definition_spec.rb spec/bundler/dsl_spec.rb spec/bundler/gem_helper_spec.rb spec/bundler/safe_catch_spec.rb spec/commands/newgem_spec.rb spec/install/gems/simple_case_spec.rb spec/other/ext_spec.rb
| * specs that work on RSpec 3Andre Arko2014-02-051-1/+1
| |
* | certificate manager namespacing and path expansionAndre Arko2013-12-181-3/+5
| |
* | Add a rake task to update SSL Certificates.Ashish Dixit2013-12-181-0/+8
| | | | | | | | | | | | | | | | | | Added a rake task under rubygems namespace that updates the SSL certificates in bundler if they meet either of the following criteria: a) The filenames do not match that of the certificates in Rubygems master b) Rubygems contains an updated certificate
* | Revert "Revert "Update to rspec 2.99""Myron Marston2013-11-101-1/+1
|/ | | | This reverts commit 1d8debe29d2352c57d80afafd4fec066b1a6b8ef.
* Revert "Update to rspec 2.99"Terence Lee2013-11-091-1/+1
| | | | This reverts commit a4c990c9bd4954b5f6d1a71acf1bc712119cb52d.
* Merge branch 'master' into 1-5-stableTerence Lee2013-11-091-1/+1
|\
| * Update to rspec 2.99Erik Michaels-Ober2013-11-081-1/+1
| |
* | ruby directive :patchlevel should only take a stringTerence Lee2013-11-092-4/+31
|/
* patchlevel support for ruby DSLTerence Lee2013-08-242-75/+305
|
* whitespaceTerence Lee2013-08-241-4/+4
|
* Merge pull request #2590 from larskanis/add_x64-mingw32_supportAndré Arko2013-08-141-0/+23
|\ | | | | Add support for the x64-mingw32 platform
| * Add more variants to specs for GemHelpers#genericLars Kanis2013-08-111-1/+7
| |
| * Add specs for the x64-mingw32 platform.Lars Kanis2013-08-101-0/+17
| |
* | updates bundle command names specJessica Lynn Suttles2013-08-051-3/+3
| |
* | trying to get specs to passJessica Lynn Suttles2013-08-051-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overrides Thor#start in Bundler::CLI to ensure Bundler.ui is set to UI::Shell.new fixes typo in friendly error message only sets UI::Sell.new in Bundler::CLI#start if exception is raised fixes typo in lib adds more specs rescues Thor::AmbiguousTaskError instead of ArgumentError removes message from spec as it's not needed
* | break out cli command specs into a dedicated dirAndre Arko2013-08-0514-2340/+13
| | | | | | | | | | | | | | | | | | | | move the dispatch integration specs into other load friendly_errors so we can unit test it require Thor so we can rescue the errors bump ArgumentError above Exception so it wins
* | Test for "bundle exec ruby".Andre Arko2013-08-041-0/+6
| | | | | | | | | | | | Does not pass if #2118 is applied. closes #2118
* | Fix specs for "Use man instead of groff".Josef Šimánek2013-08-051-6/+6
| |
* | Add support for multiple gems in `bundle binstubs`Lucas Mazza2013-08-011-0/+24
|/
* 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
| | | | This allows `bundle exec` to be run when the bundler gem is at a path that includes spaces (which is pretty common in windows environments).
* Merge pull request #2487 from rahearn/outdated-dependency-infoAndre Arko2013-07-031-3/+3
|\ | | | | | | | | | | | | Add dependency information from Gemfile to bundle outdated output Conflicts: CHANGELOG.md
| * Display Gemfile dependency info in bundle outdated outputRyan Ahearn2013-05-281-3/+3
| |
* | Fixes to wording in other/platform_spec.rbTad Hosford2013-07-031-2/+2
| | | | | | | | | | - mri -> MRI - grammar
* | Spelling, grammar, and consistency in spec/other/Tad Hosford2013-06-277-11/+7
|/ | | | | | | | | | | | | Fixes mistake in gems_spec.rb wording Fixes mistakes in git_spec.rb wording Removes empty line at end of class in source_spec.rb Fixes spelling/grammar in other/binstubs.spec mri -> MRI in other/binstubs.spec to be consistent and correct Fixes verb tense agreement in other/check_spec.rb Grammar fixes in other/clean_spec.rb Removes empty line at end of other/exec_spec.rb Removes empty line at end of other/init_spec.rb Removes extra empty lines at beginning and end of spec/other/outdated_spec.rb
* and no lib means the spec changes tooAndre Arko2013-03-141-1/+1
|
* fix newgem specs for rakefileAndre Arko2013-03-131-13/+26
|
* Create default rake task for new minitest gems.Tim Cooper2013-03-131-0/+15
|
* Require minitest_helper properly in example test file.Tim Cooper2013-03-121-2/+2
|
* don't store dry-run as a settingTerence Lee2013-03-071-0/+30
|
* Merge pull request #2144 from brettporter/bool-settingsAndre Arko2013-02-181-0/+31
|\ | | | | | | support setting boolean environment variables
| * support setting boolean environment variablesBrett Porter2012-11-021-0/+31
| | | | | | | | | | | | | | These were previously stored as a string if they are derived from the environment or configuration files. Rather than altering each of the checks, we can select a list of settings to convert to boolean values when they are accessed.
* | update spec for new show deletion errorAndre Arko2013-02-171-2/+2
| |
* | Merge pull request #1983 from takkanm/add-grep-optionAndre Arko2013-02-171-0/+15
| | | | | | | | | | | | | | | | Add: grep option for bundle open Conflicts: lib/bundler/cli.rb lib/bundler/ui.rb
* | Make rspec a lazy default for `--test` parameter on `bundle new gem`.Utkarsh Kukreti2013-01-301-0/+32
| |
* | Fix license testFabian Ruff2013-01-291-2/+2
| |
* | bad merge, booAndre Arko2013-01-251-2/+2
| |