mspec
mspec copied to clipboard
RSpec-like test runner for the Ruby Spec Suite
Print deprecation message for every example of `-> {}.should_not raise_error` in specs. I believe it's enough to ensure that new specs don't contain deprecated DSL. Related issues: - https://github.com/ruby/spec/issues/754 ##...
While implementing shared specs for ruby/spec#576, I noticed some limitations in the implementation of `it_behaves_like` that should be addressed. ## Issues Discovered 1. All it_behaves_like calls must have an identical...
@eregon I'm re-writing ruby-loco, similar to what I helped with in Core. I've got a few spec patches that remove guards placed around tests for mingw. But, I've only been...
This would allow to report errors as they are observed and be more flexible. Currently, errors are delayed until the end as they are dumped into a YAML file. This...
Currently, the MultiFormatter always uses the SpinnerFormatter but this is not always appropriate (e.g.: CI).
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...