lib/ring/sqa/analyzer.rb in ring-sqa-0.3.1 vs lib/ring/sqa/analyzer.rb in ring-sqa-0.4.1
- old
+ new
@@ -43,10 +43,10 @@
@graphite = graphite if CFG.graphite?
end
def graphite
require_relative 'graphite'
- Graphite.new
+ Graphite.new @nodes
end
end
class AnalyzeBuffer