From 4fcf1aa7d21cd0a27e8115eae32846428e2d03eb Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Fri, 2 Apr 2010 15:51:29 -0700 Subject: [PATCH] assert_nothing_raised in plugin docs --- docs/PLUGINS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/PLUGINS.md b/docs/PLUGINS.md index cc437de4e..c0f57dc4d 100644 --- a/docs/PLUGINS.md +++ b/docs/PLUGINS.md @@ -86,8 +86,8 @@ Plugins should test compliance to this document using the For example: - def test_lint - assert Resque::Plugin.lint(Resque::Plugins::Lock) + assert_nothing_raised do + Resque::Plugin.lint(Resque::Plugins::Lock) end [sv]: http://semver.org/