summaryrefslogtreecommitdiff
path: root/spec/other
Commit message (Expand)AuthorAgeFilesLines
* fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2Colby Swandale2017-08-202-8/+8
* Update major deprecation specs for narrower gems.rb warningSamuel Giddins2017-08-201-3/+6
* Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-201-7/+7
* Allow ignoring the compatibilty guard in specsSamuel Giddins2017-08-171-2/+4
* Update supported versions according to https://github.com/bundler/bundler/iss...Samuel Giddins2017-08-171-3/+3
* Add a compatibility guard that prints friendly errors on bundler 2+Samuel Giddins2017-08-171-0/+23
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-12/+14
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Change deprecation from `bundle list` to `bundle show`Koichi ITO2017-07-091-3/+3
* Enable specific_platform by default on 2.0Samuel Giddins2017-07-051-4/+10
* Use the Package command for `bundle cache` on Bundler 2seg-new-cache-is-packageSamuel Giddins2017-07-031-0/+9
* Remove the console command in Bundler 2.0seg-deprecate-consoleSamuel Giddins2017-07-021-1/+1
* Get the specs passing in 1.0 modeSamuel Giddins2017-06-232-8/+8
* Update the specs to pass under Bundler 2Samuel Giddins2017-06-233-14/+13
* Completely remove the postit trampolineSamuel Giddins2017-06-211-193/+0
* Auto merge of #5722 - bundler:seg-update-all-flag, r=indirectThe Bundler Bot2017-06-151-5/+23
|\
| * Dont test against the expected version deprecationsseg-update-all-flagSamuel Giddins2017-06-141-4/+4
| * Fix major deprecation spec to not accidentally cause deprecationsSamuel Giddins2017-06-141-2/+20
* | [DSL] Deprecate the github source for 2.0seg-deprecate-github-git-sourceSamuel Giddins2017-06-141-14/+28
|/
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-307-7/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-037-7/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-282-3/+3
|/
* fix typoleslie.wen2017-02-211-2/+2
* Use rubygems conditional for specsseg-test-conditionalsSamuel Giddins2017-01-181-4/+2
* Disable RSpec monkey patchingSamuel Giddins2017-01-157-9/+9
* [PostitTrampoline] Rename env varsseg-platform-docsSamuel Giddins2016-12-261-4/+4
* fix breaking specsColby Swandale2016-11-151-1/+1
* Auto merge of #4889 - bundler:seg-deprecations-99-versions, r=indirectHomu2016-08-211-0/+16
|\
| * [SharedHelpers] Always print major deprecations on .99 versionsseg-deprecations-99-versionsSamuel Giddins2016-08-171-0/+16
* | [PostitTrampoline] Automatically enable when target version is >= 2seg-enable-trampoline-2.0Samuel Giddins2016-08-181-0/+18
|/
* Remove Bundler::EnvironmentSamuel Giddins2016-08-031-0/+8
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-034-21/+21
* Auto merge of #4816 - bundler:seg-unhack-viz, r=indirectHomu2016-08-031-2/+2
|\
| * Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-2/+2
| * [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-2/+2
* | Remove `= ` from version number, add elipsis after warningBoggs2016-08-021-3/+3
* | Update failing specBoggs2016-08-021-0/+1
* | Move message to `stderr`Boggs2016-07-291-3/+3
* | Add spec for install messageBoggs2016-07-291-1/+15
|/
* Feature-flag the postit trampoline, disabled by defaultseg-feature-flag-trampolineSamuel Giddins2016-07-271-0/+1
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+2
* [CLI] Add specs for printing the running commandseg-print-commandSamuel Giddins2016-07-191-0/+7
* Fix spec for deprecation of bundle consoleseg-1-99-rebaseSamuel Giddins2016-07-051-3/+2
* Clean up outdated deprecation codeSamuel Giddins2016-07-051-9/+10
* Migrate 1-99 deprecations to new major_deprecation machinerySamuel Giddins2016-07-051-2/+136
* Fix the failing spec.Tim Moore2016-07-051-1/+1
* Show deprecation warning when using --binstubsStefan Lance2016-07-051-0/+11
* Add Bundler.ui.deprecateStefan Lance2016-07-051-4/+4
* Auto merge of #4720 - b-ggs:4707-outdated-warning, r=RochesterinNYCHomu2016-07-041-1/+17
|\
| * Modify spec for usage of locked versionBoggs2016-06-291-1/+1