summaryrefslogtreecommitdiff
path: root/spec/bundler/gem_helper_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify arguments to `sh`Nobuyoshi Nakada2020-01-281-1/+2
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-23/+15
* Don't use readline on GemHelper specsDavid Rodríguez2020-01-041-1/+1
* Fixed test failures with gem command path on ruby core repo.fixed-bundler-specs-on-ruby-repoHiroshi SHIBATA2019-12-141-1/+1
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-1/+1
* Merge #7161Bundlerbot2019-06-241-1/+1
|\
| * Normalize file:// handling in specsDavid Rodríguez2019-06-111-1/+1
* | Fix `rake release` not prompting for OTP codedeivid/allow_otpDavid Rodríguez2019-06-111-1/+7
* | Use a clean gemspec for gem helper specsDavid Rodríguez2019-06-111-0/+1
* | Move "on releasing" to a RSpec contextDavid Rodríguez2019-06-111-7/+12
|/
* Update ruby_repo filter with the latest ruby-core implementaion.SHIBATA Hiroshi2019-04-141-1/+1
* Test repo1 should be inmutableDavid Rodríguez2019-03-131-2/+3
* Visualize the commands on failuresDavid Rodríguez2019-03-131-3/+3
* Remove unnecessary stuff from specsDavid Rodríguez2018-10-261-18/+1
* bundle gem will generate homepage_uri and code and changelog section by defaultKeiji Yoshimi2018-09-141-0/+1
* Don't GPG-sign test setup commitsAlyssa Ross2018-02-231-0/+1
* Respect RUBYGEMS_HOST env var in release messagingWade Tandy2017-08-301-0/+90
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-2/+2
|/
* Allow the gem helper spec to pass much faster without a net connectionseg-unit-test-no-internetSamuel Giddins2017-02-091-2/+3
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Silence gem helper spec outputSamuel Giddins2016-08-041-4/+4
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Fix gem helper spec when running with rake 10.5seg-simulate-jruby-rubby-2.3Samuel Giddins2016-01-251-1/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2
* [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-2/+2
* Specify the actual exception to test forAgis-2015-08-301-1/+1
* Fix Style/MultilineBlockLayoutVictor Koronen2015-08-141-3/+4
* Better formattingErick Sasse2015-07-271-1/+2
* Fix Style/AlignArrayErick Sasse2015-07-271-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
* Merge tag 'v1.9.4'Andre Arko2015-04-131-1/+18
* fix ruby 2.2 warningsAndre Arko2015-02-131-2/+2
* Handle double underscores in new gem's nameSimon Elcham2015-02-051-2/+2
* set global config before creating gemsAndre Arko2015-01-261-1/+1
* Extended gem generation and generation settingsKir Shatrov2015-01-251-0/+1
* Change the initial version of new gems to 0.1.0Peter Marsh2014-12-271-1/+1
* Specs for release subtasks, remove release_gemJason R. Clark2014-06-181-7/+19
* Fix gem_helper_spec.rb when run with git 2.0.Tim Moore2014-06-161-1/+2
* describe what homepage is for, tooAndre Arko2014-05-111-0/+1
* fix RSpec 3 deprecationsAndre Arko2014-02-061-2/+5
* Merge v1.5.3 from branch '1-5-stable'Andre Arko2014-02-061-15/+12
|\
| * rspec 3 expectationsAndre Arko2014-02-051-5/+7
* | Small improving of testsKamil Kieliszczyk2014-01-241-20/+22
* | Refactor specs for Bundler::GemHelper.release_gemKamil Kieliszczyk2014-01-231-48/+42