Sha256: d0ef31cf983dd172f484f71b5ee27ce56305616263fc7dd7047f58358946bd0a

Contents?: true

Size: 395 Bytes

Versions: 22

Compression:

Stored size: 395 Bytes

Contents

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

22 entries across 22 versions & 1 rubygems

Version Path
puppet-debugger-0.8.1 spec/input_responders/classification_spec.rb
puppet-debugger-0.8.0 spec/input_responders/classification_spec.rb