summaryrefslogtreecommitdiff
path: root/spec/install/path_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-27/+15
* Extract `bundled_app_gemfile` path helperDavid Rodríguez2020-01-121-2/+2
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-4/+4
* Remove global_path_appends_ruby_scope settingDavid Rodríguez2019-05-071-54/+19
* s/last_command.stderr/err/David Rodríguez2019-04-121-1/+1
* Move on to bundler 3David Rodríguez2019-04-111-7/+7
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-4/+4
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-1/+1
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-1/+1
* Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-201-1/+1
* Update specs for path always including ruby scopeSamuel Giddins2018-07-291-29/+67
* [Source::RubyGems] Allow installing when the path is `.`segiddins/6475-install-path-dotSamuel Giddins2018-04-081-1/+11
* Update regex path spec to pass an absolute pathSamuel Giddins2017-09-101-1/+1
* Expand path relative to pwd in the settings validatorSamuel Giddins2017-09-081-8/+8
* Set CLI path options relative to the CWD on 2.0Samuel Giddins2017-09-081-3/+22
* Refactor specIgor Bozato2017-09-081-2/+2
* Make `install --path` relative to the cwdIgor Bozato2017-09-081-0/+12
* Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-2/+2
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-4/+4
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-8/+8
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* [RubyGems] Old RG compatibility for skipping specs with missing extensionsseg-rubygems-ignore-missing-extsSamuel Giddins2016-11-301-1/+1
* [RubyGems] Ignore specs missing extensionsSamuel Giddins2016-11-301-0/+28
* fix breaking specsColby Swandale2016-11-151-1/+1
* Auto merge of #4784 - colby-swandale:path-already-exists-error-msg, r=indirectHomu2016-08-211-4/+4
|\
| * rework specs from previous commitColby2016-07-141-4/+4
* | Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-8/+8
* | [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-8/+8
|/
* Add alternative error message for when `--deployment` and `--system`James Wen2016-02-101-0/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-9/+9
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-2/+0
* Fix path spec missed during message cleanupAndre Arko2014-11-281-1/+1
* Improved resolver significantly by trimming the search spaceSmit Shah2014-01-101-1/+1
* move invalid specs to gemfile and path specsAndre Arko2013-10-191-0/+18
* path specAndre Arko2013-10-191-0/+132
* move path, git, and gemspec tests to spec/gemfile/Andre Arko2013-10-191-468/+0
* run rubygems hooks for and remove built :path gemsAndre Arko2012-11-301-0/+63
* change to new expect syntax for rspecTerence Lee2012-10-091-8/+8
* un-check everythingAndre Arko2011-05-241-1/+1
* Test for directories in bin/, handle strings tooAndre Arko2011-04-081-0/+11
* 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
* stop trying to reach local rubygem sources via httpAndre Arko2010-11-031-4/+4
* Expand Source::Path#path when comparing in #eql?Andre Arko2010-11-031-0/+11
* unfocus testsTerence Lee2010-10-261-2/+2
* Expand paths relative to Bundler.rootAndre Arko2010-10-261-1/+14
* Go away useless use warningsAndre Arko2010-10-241-1/+1