summaryrefslogtreecommitdiff
path: root/spec/mspec
AgeCommit message (Collapse)Author
2022-01-10Update to ruby/mspec@3ea3d32Benoit Daloze
2021-11-29Update to ruby/mspec@098b320Benoit Daloze
2021-10-20Update to ruby/mspec@08e1275Benoit Daloze
2021-09-07Update to ruby/mspec@e768949Benoit Daloze
2021-07-29Update to ruby/mspec@9542a88Benoit Daloze
2021-06-02Update to ruby/mspec@0091e8aBenoit Daloze
2021-05-17Prefer respond_to? to defined? in MSpecBenoit Daloze
2021-05-17spec/ruby/library/yaml: Test YAML.unsafe_load instead of YAML.load in 3.1Yusuke Endoh
2021-05-17Revert "Use YAML.unsafe_load instead of YAML.load."Yusuke Endoh
This reverts commit a0e97b0e2e4314a0815d09beb825e38f234778da.
2021-05-17Use YAML.unsafe_load instead of YAML.load.Hiroshi SHIBATA
This is a temporary workaround. We should rewrite the examples with permitted_classes.
2021-03-27Update to ruby/mspec@d1adf59Benoit Daloze
2020-12-27Update to ruby/mspec@a40a674Benoit Daloze
2020-12-21Fixed indefinite articles before "Integer" [ci skip]Nobuyoshi Nakada
2020-12-05Add MSpec tool to automatically wrap spec files with a guardBenoit Daloze
2020-11-27Update to ruby/mspec@b58e665Benoit Daloze
2020-11-13Update to ruby/mspec@f8b0618Benoit Daloze
2020-10-24Update to ruby/mspec@b56e7a2Benoit Daloze
2020-09-30Update to ruby/mspec@e154fa1Benoit Daloze
2020-09-30Update to ruby/mspec@4120a62Benoit Daloze
2020-08-28Update to ruby/mspec@53a6e3eBenoit Daloze
2020-07-27Update to ruby/mspec@9cffee9Benoit Daloze
2020-06-27Update to ruby/mspec@6cb1f10Benoit Daloze
2020-05-31Update to ruby/mspec@e3abf6bBenoit Daloze
2020-05-30spec: add wsl guardYusuke Endoh
WSL 2 is officially released. It uses Linux kernel, so almost all specs for Linux work on WSL, except one: gethostbyaddr. I guess network resolution in WSL is based on Windows, so the behavior seems a bit different from normal Linux. This change adds `platform_is_not :wsl` guard, and guards out the test in question.
2020-05-03Update to ruby/mspec@d419d0bBenoit Daloze
2020-05-02Update to ruby/mspec@ee29a34Benoit Daloze
2020-04-29[ruby/spec] expand temporary directory to the real pathNobuyoshi Nakada
It may contain symbolic links.
2020-04-28Remove rubyspec temporary directoriesNobuyoshi Nakada
2020-04-04Update to ruby/mspec@fad32a5Benoit Daloze
2020-04-03Refined spec/mspec/tool/remove_old_guards.rbNobuyoshi Nakada
* Allow spaces around `...` * Matches quotes more precisely * Matches 0 teeny Notes: Merged: https://github.com/ruby/ruby/pull/2997
2020-04-02Update to ruby/mspec@b9fe8d6Benoit Daloze
2020-04-01Drop support for ruby 2.4 from ruby/specNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/2892
2020-04-01Use FrozenError instead of frozen_error_classNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/2892
2020-03-28Update to ruby/mspec@16b5a0aBenoit Daloze
2020-03-07Removed unnecessary `chomp`Nobuyoshi Nakada
As `String#split` with the default argument drops trailing newline as a separator, preceding `String#chomp` is futile.
2020-02-28Bump rake from 10.5.0 to 12.3.3 in /spec/mspec (#2942)dependabot[bot]
Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v10.5.0...v12.3.3) Signed-off-by: dependabot[bot] <support@github.com> Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2020-02-28Update to ruby/mspec@a514ad7Benoit Daloze
2020-02-09Removed a useless guardNobuyoshi Nakada
MSpec requires Ruby 2.4 or more recent.
2020-01-28Update to ruby/mspec@9bce874Benoit Daloze
2019-12-27Update to ruby/mspec@673fcabBenoit Daloze
2019-12-27Update to ruby/mspec@1034afcBenoit Daloze
2019-12-20Fixed misspellingsNobuyoshi Nakada
Fixed misspellings reported at [Bug #16437], for default gems.
2019-12-01Update to ruby/mspec@aa28e95Benoit Daloze
2019-11-30Update to ruby/mspec@a401f63Benoit Daloze
2019-11-05Separated `@counter` and `@tally` so that "-ft" works with "-j"Nobuyoshi Nakada
2019-11-05Enable "-f" option in multi_exec modeNobuyoshi Nakada
Make `MultiFormatter` a module and extend the formatter specified by "-f" option. Notes: Merged: https://github.com/ruby/ruby/pull/2649
2019-11-05`DottedFormatter#finish` consistencyNobuyoshi Nakada
Rmoved optional parameter `printed_exceptions`, and clear `exceptions` just after printing each exception, instead. Notes: Merged: https://github.com/ruby/ruby/pull/2649
2019-11-05`DottedFormatter#state` consistencyNobuyoshi Nakada
Let the method of `DottedFormatter` subclasses have the same arity. Notes: Merged: https://github.com/ruby/ruby/pull/2649
2019-10-26Update to ruby/mspec@e171725Benoit Daloze
2019-09-29Update to ruby/mspec@5dda9fbBenoit Daloze