From 9d7073805dd483eb5083d0b99964546e29fed289 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Wed, 8 Apr 2015 12:07:13 +0200 Subject: [PATCH] Fix link to minitest assertions --- content/posts/2015-04-07-testing-with-minitest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2015-04-07-testing-with-minitest.md b/content/posts/2015-04-07-testing-with-minitest.md index 5769389..4282b07 100644 --- a/content/posts/2015-04-07-testing-with-minitest.md +++ b/content/posts/2015-04-07-testing-with-minitest.md @@ -183,6 +183,6 @@ Be sure to give Minitest a try and let me know your thoughts! [rspec]: http://rspec.info/ [cucumber]: https://cukes.info/ [factory-girl]: https://github.com/thoughtbot/factory_girl -[minitest-assertions]: http://bfts.rubyforge.org/minitest/MiniTest/Assertions.html +[minitest-assertions]: http://docs.seattlerb.org/minitest/Minitest/Assertions.html [minitest-rails]: https://rubygems.org/gems/minitest-rails [minitest-rails-capybara]: https://rubygems.org/gems/minitest-rails-capybara