summaryrefslogtreecommitdiff
path: root/spec/install/gems/standalone_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-83/+49
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-1/+7
* Don't rename folders while being insideDavid Rodríguez2020-01-051-0/+1
* Reuse `in_app_root2` where possibleDavid Rodríguez2020-01-051-1/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-5/+5
* s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-5/+5
* s/last_command.stderr/err/David Rodríguez2019-04-121-3/+3
* Move on to bundler 3David Rodríguez2019-04-111-3/+3
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-2/+2
* Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-201-1/+1
* Expand path relative to pwd in the settings validatorSamuel Giddins2017-09-081-16/+30
* Test that standalone writes to path relative to cwd on 2.0Samuel Giddins2017-09-081-1/+3
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-1/+1
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-12/+16
* Get the specs passing in 1.0 modeSamuel Giddins2017-06-231-7/+7
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Swap single to double quotes for standalone binstubsZach Ahn2017-03-051-1/+1
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-3/+3
* fix standalone executable when dest of symlinkTerin Stock2016-08-121-2/+15
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-1/+1
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-1/+1
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-1/+1
* Create standalone bundler/setup.rb at a consistent path.Glenn Pratt2016-03-221-176/+145
* Create invalid gemspec error message spec that runs locallyJames Wen2016-03-171-3/+19
* Add helpful invalid gemspec error message for `bundle installJames Wen2016-02-071-0/+14
* Make standalone bin load path relative to Bundler.root rather than CWD.Glenn Pratt2016-02-031-0/+30
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* only run extension standalone specs on 2.4+Andre Arko2015-08-011-1/+1
* Merge pull request #3828 from AlexanderPavlenko/masterAndre Arko2015-08-011-0/+15
|\
| * Fixes #3813 : --standalone generates incorrect paths for native extensionsAlexanderPavlenko2015-07-281-0/+15
* | [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-5/+5
|/
* clean up some missed some @exitstatusAndre Arko2015-01-201-1/+1
* we can have exitstatus and err at the same timeAndre Arko2015-01-191-1/+1
* change to new expect syntax for rspecTerence Lee2012-10-091-19/+19
* make executable stub runnable from anywhere not just its parent directory.Charles Lowell2011-12-121-1/+7
* Ensure binstubs generated when using --standalone point to the standalone bun...Charles Lowell2011-12-121-0/+16
* #1458. refactor load error testsTerence Lee2011-10-011-18/+6
* #1458. make load error messages more generic. build passes in ruby 1.9.3Terence Lee2011-10-011-6/+18
* Merge pull request #1361 from cowboyd/bundlerAndre Arko2011-09-171-0/+14
|\
| * make --standalone respect --pathCharles Lowell2011-08-191-0/+14
* | using "be ==" in tests removes some warnings from 1.9.2Josh Kalderimis2011-08-311-10/+10
|/
* #1240, fix standalone when using the endpointTerence Lee2011-06-171-0/+62
* Add support for bundle install --standalone, which will allow a bundle to wor...wycats2010-11-161-0/+162