lib/teaspoon/instrumentation.rb in teaspoon-0.7.7 vs lib/teaspoon/instrumentation.rb in teaspoon-0.7.8

- old
+ new

@@ -3,10 +3,10 @@ module Teaspoon class Instrumentation extend Teaspoon::Utility def self.executable - @executable ||= which("istanbul") + @executable ||= istanbul() end def self.add?(response, env) ( executable.present? && # we have an executable