Skip to content

Commit

Permalink
assert_nothing_raised in plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Apr 2, 2010
1 parent 2f6ec23 commit 4fcf1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/PLUGINS.md
Expand Up @@ -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/

0 comments on commit 4fcf1aa

Please sign in to comment.