Skip to content

Commit 12a3a71

Browse files
committed
Validate :close_issue method too
1 parent 0a0a8f3 commit 12a3a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/errbit_plugin/issue_tracker_validator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def good_inherit?
3030
end
3131

3232
def implements_instance_methods?
33-
impl = [:configured?, :errors, :create_issue, :url].map do |method|
33+
impl = [:configured?, :errors, :create_issue, :close_issue, :url].map do |method|
3434
if @klass.instance_methods(false).include?(method)
3535
true
3636
else

0 commit comments

Comments
 (0)