From 88a55415de1eeab539533eb8732e78ad6f8786c0 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Thu, 1 Oct 2015 10:34:48 -0600 Subject: [PATCH] Remove 2.8.0-specific verbiage from README [ci skip] --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index a7e216c2..9f9b3916 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,7 @@ Shoulda Matchers provides RSpec- and Minitest-compatible one-liners that test common Rails functionality. These tests would otherwise be much longer, more complex, and error-prone. -[View the official documentation for the latest version (2.8.0).][rubydocs] - -**Heads up! This is the README for the master branch. [You might be more -interested in the README for 2.8.0 instead.][2.8.0-README]** +[View the official documentation for the latest version (3.0.0).][rubydocs] ---- @@ -161,10 +158,6 @@ end ### Configuration -**NOTE: The new configuration syntax isn't available in a public release just -yet -- please refer to the [README for 2.8.0][2.8.0-README] for the current -installation instructions.** - Before you can use Shoulda Matchers, you'll need to tell it a couple of things: * Which test framework you're using @@ -255,4 +248,3 @@ We are [available for hire][hire]. [contributors]: https://github.com/thoughtbot/shoulda-matchers/contributors [shoulda]: http://github.com/thoughtbot/shoulda [shoulda-context]: http://github.com/thoughtbot/shoulda-context -[2.8.0-README]: https://github.com/thoughtbot/shoulda-matchers/tree/v2.8.0#shoulda-matchers---