summaryrefslogtreecommitdiff
path: root/spec/commands/check_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-4/+3
* Extract `bundled_app_lock` path helperDavid Rodríguez2020-01-121-3/+3
* Merge all `bundle check --path` specsdeprecate_path_arg_to_check_and_packageDavid Rodríguez2019-08-161-25/+30
* Remove duplicated spec filterDavid Rodríguez2019-08-161-1/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-23/+23
* Previous approach for not walking further up from test folderbetter_test_specific_file_searchingDavid Rodríguez2019-05-161-1/+0
* Remove unnecessary BUNDLER_SPEC_RUNremove_bundler_spec_runDavid Rodríguez2019-04-231-0/+1
* Unify stderr helpersDavid Rodríguez2019-04-121-1/+1
* Move on to bundler 3David Rodríguez2019-04-111-3/+3
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-9/+9
* Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-231-4/+4
* Update the specs for the new :deployment settingSamuel Giddins2017-07-191-1/+1
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-4/+3
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-9/+19
* Fix deployment specs under 2.0Samuel Giddins2017-07-121-4/+4
* Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-051-1/+1
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-4/+2
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* fix specs for bundler version warning with version numbersJonathan Rochkind2016-08-151-1/+1
* Fix specs expecting err to be emptyStefan Lance2016-07-051-1/+1
* Add Bundler.ui.deprecateStefan Lance2016-07-051-7/+7
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* Nix the gem_helpers method in `Bundler::Dsl`Mike Virata-Stone2015-12-151-1/+1
* Fix Lint/UnusedBlockArgumentErick Sasse2015-07-201-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* Merge tag 'v1.10.4'Samuel E. Giddins2015-06-161-0/+57
|\
| * specs for bundler version warningsimplicit_lock_preservationAndre Arko2015-06-081-1/+3
| * failing specs for BUNDLED WITH preservationAndre Arko2015-06-081-0/+55
* | Run ``` bundle check ``` with ``` disable_shared_gems ``` set to '1' if --pat...akihiro172015-05-301-0/+13
|/
* clean up some missed some @exitstatusAndre Arko2015-01-201-9/+9
* don’t test exitstatus when it is unknownAndre Arko2015-01-201-1/+1
* we can have exitstatus and err at the same timeAndre Arko2015-01-191-11/+11
* break out cli command specs into a dedicated dirAndre Arko2013-08-051-0/+278