lib/tasks/tests.rake in newrelic_rpm-3.14.3.313 vs lib/tasks/tests.rake in newrelic_rpm-3.15.0.314

- old
+ new

@@ -2,10 +2,10 @@ require 'rake/testtask' rescue LoadError => e end if defined? Rake::TestTask - namespace :test do |t| + namespace :test do def look_for_seed(tasks) matches = tasks.map { |t| /(seed=.*?)[,\]]/.match(t) }.compact if matches.any? matches.first[1] else