lib/pronto/flay.rb in pronto-flay-0.11.1 vs lib/pronto/flay.rb in pronto-flay-0.11.2

- old
+ new

@@ -45,10 +45,10 @@ end.flatten.compact end def patch_for_node(node) ruby_patches.find do |patch| - patch.new_file_full_path == node.file + patch.new_file_full_path.to_s == node.file.to_s end end def new_message(line, node) path = line.patch.delta.new_file[:path]