summaryrefslogtreecommitdiff
path: root/spec/commands/newgem_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-54/+44
* Pass a generic options hash to `sys_exec`David Rodríguez2020-01-121-1/+1
* Merge #5521Bundlerbot2020-01-081-4/+61
|\
| * bundler gem: Support test-unit as a testing frameworkKouhei Sutou2019-12-111-4/+61
* | Skip readline specs on WindowsDavid Rodríguez2020-01-041-1/+1
* | Tag specs using `readline`David Rodríguez2020-01-041-14/+14
* | Avoid swallowing errors when possibleDavid Rodríguez2020-01-041-18/+18
* | Make some `bundle gem` specs more explicitDavid Rodríguez2020-01-041-4/+12
|/
* Merge #6455Bundlerbot2019-11-081-2/+64
|\
| * [CLI::Gem] Add a --rubocop optionsegiddins/bundle-gem-rubocop-optionSamuel Giddins2019-10-191-2/+64
* | Always use folder structure aware path helpersspec_normalizationsDavid Rodríguez2019-11-041-1/+1
* | Rename `lib` to `lib_dir`David Rodríguez2019-11-041-1/+1
* | Remove `spec` helper in favor of `spec_dir`David Rodríguez2019-11-041-1/+1
|/
* Don't run `bundle gem` twice when testing `--ext` flagrefactor_new_gem_specsDavid Rodríguez2019-10-031-4/+4
* Remove unneded `after` hookDavid Rodríguez2019-10-031-3/+0
* No need to switch folders, we're already thereDavid Rodríguez2019-10-031-29/+2
* Extract a shared context for the different gem namingsDavid Rodríguez2019-10-031-191/+35
* Remove hardcoded require pathsDavid Rodríguez2019-10-031-36/+40
* Remove hardcoded gem namesDavid Rodríguez2019-10-031-89/+89
* Move `--ext` flag spec under the right contextDavid Rodríguez2019-10-031-34/+34
* Rename some specs to be more genericDavid Rodríguez2019-10-031-7/+7
* Don't do unnecessary workDavid Rodríguez2019-10-031-4/+22
* Reuse `generated_gemspec` letDavid Rodríguez2019-10-031-2/+1
* Remove now unnecessary parameter to `gem_skeleton_assertions`David Rodríguez2019-10-031-7/+7
* Adapt `gem_skeleton_assertions` to different gem namesDavid Rodríguez2019-10-031-3/+7
* Move `gem_name` to the outtermost levelDavid Rodríguez2019-10-031-20/+16
* Remove unnecessary indirectionDavid Rodríguez2019-10-031-14/+11
* Remove unnecessary cache clearingDavid Rodríguez2019-10-031-3/+1
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-1/+1
* Extract a `gemspec_dir` helperrefactor_ruby_core_integrationDavid Rodríguez2019-08-161-2/+1
* Reconcile testDavid Rodríguez2019-08-161-3/+1
* Merge #7301Bundlerbot2019-08-161-1/+2
|\
| * Fixed the broken example with ruby core structure.Hiroshi SHIBATA2019-08-141-1/+2
* | Add `--[no-]git` option to `bundle gem`git_option_to_bundle_gemDavid Rodríguez2019-07-311-0/+36
|/
* Generate new gem development dependencies in GemfileDavid Rodríguez2019-06-261-7/+17
* Fix local variable nameDavid Rodríguez2019-06-261-2/+2
* Reuse `execute_bundle_gem` methodDavid Rodríguez2019-06-261-2/+1
* Add `required_ruby_version` to gemspec templategemspec-rrMiklos Fazekas2019-06-171-0/+6
* Factor out gemspec call inside `let`David Rodríguez2019-06-171-8/+8
* Remove duplicated `let`'sDavid Rodríguez2019-06-171-5/+2
* Use a clean gemspec for gem helper specsDavid Rodríguez2019-06-111-13/+1
* Refactor new gem specsbundle_gem_spec_refactorDavid Rodríguez2019-05-231-27/+1
* Merge #7128Bundlerbot2019-04-141-1/+1
|\
| * Update ruby_repo filter with the latest ruby-core implementaion.SHIBATA Hiroshi2019-04-141-1/+1
* | s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-1/+1
* | Unify stderr helpersDavid Rodríguez2019-04-121-5/+5
|/
* make rubocop happyJan Piotrowski2019-03-031-1/+1
* fix other sys_exec calls that prepended an env variableJan Piotrowski2019-03-031-1/+1
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-3/+3
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-4/+4