Sha256: c8f8dcbb268a64eafede07b65aafa365bac9e818c3487774dd020186c0f84fc1
Contents?: true
Size: 430 Bytes
Versions: 5
Compression:
Stored size: 430 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' require 'puppet-debugger' require 'puppet-debugger/plugin_test_helper' describe :classification do include_examples 'plugin_tests' let(:args) { [] } it 'can process a file' do expect(plugin.run(args)).to eq('[]') end it 'can process a file from handle input' do debugger.handle_input('classification') expect(output.string).to eq(" => []\n") end end
Version data entries
5 entries across 5 versions & 1 rubygems