pageflow/lint.rb in pageflow-support-15.0.0.beta3 vs pageflow/lint.rb in pageflow-support-15.0.0.beta4

- old
+ new

@@ -14,9 +14,15 @@ # # @param name [String] File type name to use in spec descriptions # @param create_file_type [#call] Proc creating the file type to test # @param create_file [#call] Proc creating a fixture file of the # file type + # @param create_prerequisite_file_types [#call] Proc returning + # array of additional file types to register. + # @param get_prerequisite_files [#call] Proc that takes the file + # returned by create_file and returns an array of files that + # shall be included in the exported revision during + # export/import test. # # @example # # require 'spec_helper' # require 'pageflow/lint'