summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2020-06-05Manually pick from rubygems/rubygems changes atHiroshi SHIBATA
2020-06-05Re-record all cassettesDavid Rodríguez
2020-06-05Fix `bin/rake spec:realworld:record`David Rodríguez
2020-06-05[rubygems/rubygems] Remove multiline gem specifications correctlyCarsten Wirth
2020-06-05[rubygems/rubygems] Fix `bundle info` not indicating a gem which has been del...DEVRAJ KUMAR
2020-06-05[rubygems/rubygems] Tag test framework hint specs and use out helperFrank Lam
2020-06-05[rubygems/rubygems] Add user hint specs for bundle gem --testFrank Lam
2020-06-05[rubygems/rubygems] Fix bundle gem ignoring global gem.test configFrank Lam
2020-06-05[rubygems/rubygems] Remove `forgotten_command_line_usages` from specsDavid Rodríguez
2020-06-05[rubygems/rubygems] Reword specs to not mention deprecated flagsDavid Rodríguez
2020-06-05[rubygems/rubygems] Rewrite dependency API specs to use new deployment modeDavid Rodríguez
2020-06-05[rubygems/rubygems] Make `forgotten_command_line_options` always "forget" opt...David Rodríguez
2020-06-05[rubygems/rubygems] Improve specs testing option remembering behaviorDavid Rodríguez
2020-06-05[rubygems/rubygems] Fix `bundle install` unintentionally saving configurationDavid Rodríguez
2020-06-05[rubygems/rubygems] Change descriptions to not mention deprecated flagsDavid Rodríguez
2020-06-05[rubygems/rubygems] Fix flag name in spec descriptionsDavid Rodríguez
2020-06-05[rubygems/rubygems] Improve wording of some specsDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove old no longer meaningful specDavid Rodríguez
2020-06-05[rubygems/rubygems] Revert multi ruby{,gems} version requirement fixDavid Rodríguez
2020-06-05[rubygems/rubygems] Support running specs against a tarballDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove unintended extra spaceDavid Rodríguez
2020-06-05Revert "Fix a error in a `before(:suite)` hook"Hiroshi SHIBATA
2020-06-05Revert "Fix a failure in bundle version with version outputs the version with...Hiroshi SHIBATA
2020-06-05[rubygems/rubygems] Deprecate the `--no-deployment` flagDavid Rodríguez
2020-06-05[rubygems/rubygems] Pass `--deployment` flag directlyDavid Rodríguez
2020-06-05[rubygems/rubygems] Unskip "monorepo issues"David Rodríguez
2020-06-03Ensure origins for all included, prepended, and refined modulesJeremy Evans
2020-06-03Quarantine specs which fail frequently with CHECK_LEAKS=trueBenoit Daloze
2020-06-02Add a spec for the new NoMethodError display of the receiverJean Boussier
2020-06-01Make sure rb_enc_str_new_static() is used when enc is NULLBenoit Daloze
2020-05-31Update to ruby/spec@4e486faBenoit Daloze
2020-05-31Update to ruby/mspec@e3abf6bBenoit Daloze
2020-05-31Fix error raised by Net::HTTPResponse#inflater if the block raisesBenoit Daloze
2020-05-31Fix spec description for Net::HTTP.getBenoit Daloze
2020-05-30spec: add wsl guardYusuke Endoh
2020-05-26Use receiver #name rather than #inspect to build NameError messageJean Boussier
2020-05-25Fix failures in ./spec/bundler/quality_spec.rbKazuhiro NISHIYAMA
2020-05-25Fix a failure in bundle version with version outputs the version with build m...Kazuhiro NISHIYAMA
2020-05-25Fix a error in a `before(:suite)` hookKazuhiro NISHIYAMA
2020-05-22Fixup 1d079a0c5d4d80860a4d6d692344124fe5c562b5Hiroshi SHIBATA
2020-05-22Sync Bundler PR #3624 with HEAD commitsHiroshi SHIBATA
2020-05-22Revert 1f011cccb16ca9e8ee378cb5a9d4c14459afd68cHiroshi SHIBATA
2020-05-22Marked the failing examples with the current master branch on ruby repositoryHiroshi SHIBATA
2020-05-22Sync Bundler PR #3624Hiroshi SHIBATA
2020-05-19Skip some tests if extracted from tarball (again)Kazuhiro NISHIYAMA
2020-05-18Skip some tests if extracted from tarball (again)Kazuhiro NISHIYAMA
2020-05-14Thread scheduler for light weight concurrency.Samuel Williams
2020-05-14clean-up .bundle directory in bundled_appHiroshi SHIBATA
2020-05-14Use the gemspec in build_dir directlyHiroshi SHIBATA
2020-05-13Skip the examples for bundle exec with gem installationHiroshi SHIBATA