lib/starting_blocks/publisher.rb in starting_blocks-0.0.18 vs lib/starting_blocks/publisher.rb in starting_blocks-0.0.19

- old
+ new

@@ -12,14 +12,14 @@ rescue end end end - def publish_specs_to_run specs + def publish_files_to_run files return unless @subscribers @subscribers.each do |s| begin - s.receive_specs_to_run specs + s.receive_files_to_run files rescue end end end end