lib/spec_postfix/plugin.rb in danger-spec_postfix-0.0.3 vs lib/spec_postfix/plugin.rb in danger-spec_postfix-0.0.4

- old
+ new

@@ -2,10 +2,10 @@ module Danger # Lints the test files. Will fail if any has no '_spec' postfix. # Generates a `string` with warning. # - # @param [String] files + # @param [Array<String>] files # A globbed string which should return the files that you want to lint, defaults to nil. # if nil, modified and added files from the diff will be used. # @return [void] # class DangerSpecPostfix < Plugin