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

Use RSpec module on describe calls in docs #2571

Merged
merged 1 commit into from
Oct 13, 2018

Conversation

peagha
Copy link
Contributor

@peagha peagha commented Oct 12, 2018

Hello! I've noticed that the README in https://relishapp.com/rspec/rspec-core/v/3-8/docs didn't use the RSpec module on the describe call; the module is used in mostly all examples across the documentation: [1], [2], [3].

I've took the opportunity to also update other places that didn't use the RSpec module.

To find those I used this regex, just in case is useful to someone: \sdescribe [A-Z] (any describe prefixed with a space where the subject starts with a capital letter, presumably a class)

@JonRowe JonRowe merged commit 58f3821 into rspec:master Oct 13, 2018
@JonRowe
Copy link
Member

JonRowe commented Oct 13, 2018

Thanks ❤️

@peagha peagha deleted the add-rspec-prefix-to-docs branch October 15, 2018 14:45
MatheusRich pushed a commit to MatheusRich/rspec-core that referenced this pull request Oct 30, 2020
yujinakayama pushed a commit to yujinakayama/rspec-monorepo that referenced this pull request Oct 6, 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.

2 participants