README.md in shoulda-context-2.0.0.rc2 vs README.md in shoulda-context-2.0.0.rc3

- old
+ new

@@ -22,12 +22,12 @@ ## Usage Instead of writing Ruby methods with `lots_of_underscores`, Shoulda Context lets you name your tests and group them together using English. -At a minimum, the gem provides some convenience layers around core Minitest -functionality. For instance, this test case: +At a minimum, the gem provides some convenience layers around core Minitest / +Test::Unit functionality. For instance, this test case: ```ruby class CalculatorTest < Minitest::Test context "a calculator" do setup do @@ -43,11 +43,11 @@ end end end ``` -is a prettier, but functionally equivalent, way of saying: +turns into: ```ruby class CalculatorTest < Minitest::Test def setup @calculator = Calculator.new @@ -156,23 +156,24 @@ [m]: https://github.com/qrush/m ## Compatibility -Shoulda Context is tested and supported against Rails 5.x, Rails 4.2, Minitest -5, Test::Unit 3, and Ruby 2.3+. +Shoulda Context is tested and supported against Rails 4.x+, Minitest 4.x, +Test::Unit 3.x, and Ruby 2.3+. ## Credits -Shoulda Context is maintained by [Travis Jeffery][travis-jeffery] and -thoughtbot. Thank you to all the [contributors]. +Shoulda Context is maintained by [Elliot Winkler][elliot-winkler], [Travis +Jeffery][travis-jeffery], and thoughtbot. Thank you to all the [contributors]. +[elliot-winkler]: https://github.com/mcmire [travis-jeffery]: https://github.com/travisjeffery [contributors]: https://github.com/thoughtbot/shoulda-context/contributors ## License -Shoulda Context is copyright © 2006-2019 [thoughtbot, inc][thoughtbot-website]. +Shoulda Context is copyright © 2006-2020 [thoughtbot, inc][thoughtbot-website]. It is free software, and may be redistributed under the terms specified in the [MIT-LICENSE](MIT-LICENSE) file. [thoughtbot-website]: https://thoughtbot.com