Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Updates from rspec-dev (2021-07-13) #2901

Conversation

JonRowe
Copy link
Member

@JonRowe JonRowe commented Jul 13, 2021

These are some updates, generated from rspec-dev's rake tasks.

JonRowe and others added 30 commits October 30, 2020 14:40
…6-for-main

Updates from rspec-dev (2020-11-16)
Use Case:

We have a custom formatter that we use with `parallel_tests` to get a cleaner output from the various test processes.

We make use of `RSpec::Core::Formatters::Helpers.pluralize` in there to display the number of remaining processes left.

However, instead of getting "processes", we get "processs".

Looking into the `pluralize` method definition, it simple adds an "s" to the end of the provided String, unless the count is equal to 1.

Without accounting for all the different words that are possible, which something like Rails would do, we just extended this to add "es" if the provided String ends in "s" already.

We also added tests for words that end in "s" and words that do not end in "s".
Allow `pluralize` to handle words that end with s.
…6-for-main

Updates from rspec-dev (2020-11-16)
…8-for-main

Updates from rspec-dev (2020-11-18)
Co-authored-by: Jon Rowe <mail@jonrowe.co.uk>
Co-authored-by: Jon Rowe <mail@jonrowe.co.uk>
…2-for-main

Updates from rspec-dev (2020-11-22)
…8-for-main

Updates from rspec-dev (2020-12-08)
JonRowe and others added 24 commits January 30, 2021 15:20
Ensure Bisect::Channel is able to send data successfully when UTF-8 encoding is set
…3-for-main

Updates from rspec-dev (2021-04-23)
fixed format typo in changelog
Tweaks to prevent flakeyness with local builds
…3-for-main

Updates from rspec-dev (2021-07-13)
@JonRowe JonRowe force-pushed the update-ci-build-scripts-2021-07-13-for-3-10-maintenance branch from 2b5a4f9 to 13bebfc Compare July 15, 2021 11:16
@JonRowe JonRowe closed this Jul 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants