Skip to content

Commit 4fcf1aa

Browse files
committed
assert_nothing_raised in plugin docs
1 parent 2f6ec23 commit 4fcf1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/PLUGINS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Plugins should test compliance to this document using the
8686

8787
For example:
8888

89-
def test_lint
90-
assert Resque::Plugin.lint(Resque::Plugins::Lock)
89+
assert_nothing_raised do
90+
Resque::Plugin.lint(Resque::Plugins::Lock)
9191
end
9292

9393
[sv]: http://semver.org/

0 commit comments

Comments
 (0)