lib/henry/task/minitest_task.rb in henry-container-0.0.59 vs lib/henry/task/minitest_task.rb in henry-container-0.0.60
- old
+ new
@@ -31,10 +31,10 @@
end
# Configures the Task.
#
# @param [Hash] params the task params.
- def configure(params)
+ def configure(params, extended_context={})
File.open(OUT_PATH, 'w') { |f| }
pattern = params['pattern'] || './spec{,/*/**}/*_spec.rb'
format = params['format'] || 'SpecReporter'