lib/trackler/track.rb in trackler-2.0.7.0 vs lib/trackler/track.rb in trackler-2.0.8.1
- old
+ new
@@ -42,10 +42,10 @@
def planned?
!active? && problems.length.zero?
end
def implementations
- @implementations ||= Implementations.new(id, repository, active_slugs, root)
+ @implementations ||= Implementations.new(repository, active_slugs, root, self)
end
def problems
@problems ||= implementations.map(&:problem)
end