From a1b7c46738ae84acb1296fb3a95d6ff3a212cb79 Mon Sep 17 00:00:00 2001 From: Juan Vasquez Date: Tue, 10 Oct 2023 12:14:17 -0600 Subject: [PATCH] Remove non working link While reading the contributing file, noticed the link doesn't work anymore. It might be because Heroku removed free servers some time ago. --- CONTRIBUTING.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb38cef01..2d15b72d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,11 +62,8 @@ demonstrate that your fix was needed. Reek uses [Rspec](http://rspec.info/) for unit and functional testing. -We're trying to follow [betterspecs](http://betterspecs.org/). We're not using -RSpec's -[shared examples](https://www.relishapp.com/rspec/rspec-core/docs/example-groups/shared-examples) -because we find them rather harming than helpful. You can find an excellent -cheat sheet on how to write idiomatic Rspec +We're trying to follow [betterspecs](http://betterspecs.org/). +You can find an excellent cheat sheet on how to write idiomatic Rspec [here](http://www.rubypigeon.com/posts/rspec-core-cheat-sheet). We do not use the popular "foo" / "bar" naming when it comes to the question