print_noop_warning

in lib/taste_tester/noop.rb [31:40]


    def print_noop_warning
      
      
      
      @@printedwarning ||= logger.warn(
        'No-op plugin active, no remote commands will be run!',
      )
      
    end