| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-28 | Update to ruby/mspec@b60306d | Benoit Daloze | |
| 2022-09-21 | Rescue File.expand_path in MSpecScript#try_load if HOME is unavailable | Yuta Saito | |
| mspec tries to load ~/.mspecrc, but some platforms (e.g. WASI) doesn't have HOME concept, so `~` cannot be expanded and `File.expand_path` can fail. Notes: Merged: https://github.com/ruby/ruby/pull/5566 | |||
| 2022-08-29 | Update to ruby/mspec@37151a0 | Benoit Daloze | |
| 2022-07-27 | Update to ruby/mspec@290e36a | Benoit Daloze | |
| 2022-06-26 | Update to ruby/mspec@78b5d86 | Benoit Daloze | |
| 2022-04-25 | Update to ruby/mspec@215497e | Benoit Daloze | |
| 2022-03-17 | spec: skip specs where set TZ environment variable for WASI | Yuta Saito | |
| WASI doesn't respect TZ env var for now Notes: Merged: https://github.com/ruby/ruby/pull/5673 | |||
| 2022-03-14 | spec: skip ruby_exe tests for wasi due to lack of subprocess | Yuta Saito | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5654 | |||
| 2022-03-03 | Update to ruby/mspec@bd47c2a | Benoit Daloze | |
| 2022-01-28 | Update to ruby/mspec@49adc2f | Benoit Daloze | |
| 2022-01-10 | Update to ruby/mspec@3ea3d32 | Benoit Daloze | |
| 2021-11-29 | Update to ruby/mspec@098b320 | Benoit Daloze | |
| 2021-09-07 | Update to ruby/mspec@e768949 | Benoit Daloze | |
| 2021-07-29 | Update to ruby/mspec@9542a88 | Benoit Daloze | |
| 2021-06-02 | Update to ruby/mspec@0091e8a | Benoit Daloze | |
| 2021-05-17 | Prefer respond_to? to defined? in MSpec | Benoit Daloze | |
| 2021-05-17 | spec/ruby/library/yaml: Test YAML.unsafe_load instead of YAML.load in 3.1 | Yusuke Endoh | |
| 2021-05-17 | Revert "Use YAML.unsafe_load instead of YAML.load." | Yusuke Endoh | |
| This reverts commit a0e97b0e2e4314a0815d09beb825e38f234778da. | |||
| 2021-05-17 | Use YAML.unsafe_load instead of YAML.load. | Hiroshi SHIBATA | |
| This is a temporary workaround. We should rewrite the examples with permitted_classes. | |||
| 2021-03-27 | Update to ruby/mspec@d1adf59 | Benoit Daloze | |
| 2020-12-27 | Update to ruby/mspec@a40a674 | Benoit Daloze | |
| 2020-11-27 | Update to ruby/mspec@b58e665 | Benoit Daloze | |
| 2020-11-13 | Update to ruby/mspec@f8b0618 | Benoit Daloze | |
| 2020-10-24 | Update to ruby/mspec@b56e7a2 | Benoit Daloze | |
| 2020-09-30 | Update to ruby/mspec@e154fa1 | Benoit Daloze | |
| 2020-08-28 | Update to ruby/mspec@53a6e3e | Benoit Daloze | |
| 2020-06-27 | Update to ruby/mspec@6cb1f10 | Benoit Daloze | |
| 2020-05-31 | Update to ruby/mspec@e3abf6b | Benoit Daloze | |
| 2020-05-30 | spec: add wsl guard | Yusuke 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-03 | Update to ruby/mspec@d419d0b | Benoit Daloze | |
| 2020-05-02 | Update to ruby/mspec@ee29a34 | Benoit Daloze | |
| 2020-04-29 | [ruby/spec] expand temporary directory to the real path | Nobuyoshi Nakada | |
| It may contain symbolic links. | |||
| 2020-04-28 | Remove rubyspec temporary directories | Nobuyoshi Nakada | |
| 2020-04-04 | Update to ruby/mspec@fad32a5 | Benoit Daloze | |
| 2020-04-02 | Update to ruby/mspec@b9fe8d6 | Benoit Daloze | |
| 2020-04-01 | Drop support for ruby 2.4 from ruby/spec | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
| 2020-04-01 | Use FrozenError instead of frozen_error_class | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
| 2020-03-28 | Update to ruby/mspec@16b5a0a | Benoit Daloze | |
| 2020-02-28 | Update to ruby/mspec@a514ad7 | Benoit Daloze | |
| 2020-02-09 | Removed a useless guard | Nobuyoshi Nakada | |
| MSpec requires Ruby 2.4 or more recent. | |||
| 2020-01-28 | Update to ruby/mspec@9bce874 | Benoit Daloze | |
| 2019-12-27 | Update to ruby/mspec@673fcab | Benoit Daloze | |
| 2019-12-20 | Fixed misspellings | Nobuyoshi Nakada | |
| Fixed misspellings reported at [Bug #16437], for default gems. | |||
| 2019-11-30 | Update to ruby/mspec@a401f63 | Benoit Daloze | |
| 2019-11-05 | Separated `@counter` and `@tally` so that "-ft" works with "-j" | Nobuyoshi Nakada | |
| 2019-11-05 | Enable "-f" option in multi_exec mode | Nobuyoshi 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` consistency | Nobuyoshi 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` consistency | Nobuyoshi Nakada | |
| Let the method of `DottedFormatter` subclasses have the same arity. Notes: Merged: https://github.com/ruby/ruby/pull/2649 | |||
| 2019-10-26 | Update to ruby/mspec@e171725 | Benoit Daloze | |
| 2019-09-29 | Update to ruby/mspec@5dda9fb | Benoit Daloze | |
