summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2019-10-24Temporarily skipped with upstream changes of Date library.Hiroshi SHIBATA
2019-10-24Revert "Fix Fiber#transfer"Koichi Sasada
2019-10-21Fix Fiber#transferJeremy Evans
2019-10-20Fixed a typo [ci skip]Nobuyoshi Nakada
2019-10-17Make circular argument reference a SyntaxError instead of a warningJeremy Evans
2019-10-17Fixed File.extname at a name ending with a dotNobuyoshi Nakada
2019-10-17* remove trailing spaces. [ci skip]git
2019-10-17Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya
2019-10-16Comparable#clamp with a range [Feature #14784]Nobuyoshi Nakada
2019-10-14Suppress warnings for Thread.exclusiveNobuyoshi Nakada
2019-10-14Import StringScanner 1.0.3 (#2553)Sutou Kouhei
2019-10-03Revert "Simplify bin_path_spec.rb guard"Takashi Kokubun
2019-10-03Simplify bin_path_spec.rb guardTakashi Kokubun
2019-10-03bin_path_spec.rb has failed from the beginningTakashi Kokubun
2019-10-02Treat return in block in class/module as LocalJumpError (#2511)Jeremy Evans
2019-09-29Update to ruby/spec@2699ea4Benoit Daloze
2019-09-29Fix or suppress keyword argument separation warnings in util_specJeremy Evans
2019-09-29Update to ruby/spec@34e6246Benoit Daloze
2019-09-29Update to ruby/mspec@5dda9fbBenoit Daloze
2019-09-29Skip default gemspecs spec if the default_specifications_dir cannot be foundBenoit Daloze
2019-09-29Update to ruby/spec@e69a14cBenoit Daloze
2019-09-29Update to ruby/mspec@8cabcefBenoit Daloze
2019-09-29Update to ruby/spec@519df35Benoit Daloze
2019-09-29Update to ruby/mspec@8106083Benoit Daloze
2019-09-27[EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return ...Jean Boussier
2019-09-26[EXPERIMENTAL] Make Module#name return a frozen StringJean Boussier
2019-09-26[EXPERIMENTAL] Make Symbol#to_s return a frozen StringBenoit Daloze
2019-09-20Fix documentation for ENV.each to return ENVJeremy Evans
2019-09-20Removed Scanf from the ruby repository.Hiroshi SHIBATA
2019-09-20Removed CMath from the ruby repository.Hiroshi SHIBATA
2019-09-20Allow calling a private accessor with `self.`Nobuyoshi Nakada
2019-09-20Added version guardNobuyoshi Nakada
2019-09-20Allow calling a private method with `self.`Dylan Thacker-Smith
2019-09-18Fixed up ccbfb054b1dcd06d30924c4a83af1bac75d78c31Hiroshi SHIBATA
2019-09-18Fixed the rubocop warningsHiroshi SHIBATA
2019-09-18[bundler/bundler] Merge all `bundle check --path` specsDavid Rodríguez
2019-09-18[bundler/bundler] Merge #7340Bundlerbot
2019-09-18[bundler/bundler] Fix remembered flag deprecation messageDavid Rodríguez
2019-09-18[bundler/bundler] Add a spec for installing git deps after packaging w/o gitSamuel Giddins
2019-09-18[bundler/bundler] Revert "Add all platforms to lockfile by default"David Rodríguez
2019-09-18[bundler/bundler] Revert "Remove now meaningless warning"David Rodríguez
2019-09-18[bundler/bundler] Fix comments and messages to refer to https urlTakayuki Nakata
2019-09-18[bundler/bundler] Remove duplicated spec filterDavid Rodríguez
2019-09-18[bundler/bundler] Deprecate `--path` flag to `bundle check`David Rodríguez
2019-09-15Refine Timezone fixtureNobuyoshi Nakada
2019-09-09Make test-all and test-spec runnable on AndroidYusuke Endoh
2019-09-08Improve Proc#to_s specsBenoit Daloze
2019-09-08Removed useless braces to suppress a warningNobuyoshi Nakada
2019-09-07armv7l and armv7l are the same platform, generalize to armv7Benoit Daloze
2019-09-05Add `File.absolute_path?` (#2198)David Rodríguez