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.19.0 spec/input_responders/classification_spec.rb
puppet-debugger-0.18.0 spec/input_responders/classification_spec.rb
puppet-debugger-0.17.0 spec/input_responders/classification_spec.rb
puppet-debugger-0.16.0 spec/input_responders/classification_spec.rb
puppet-debugger-0.15.2 spec/input_responders/classification_spec.rb
puppet-debugger-0.15.1 spec/input_responders/classification_spec.rb
puppet-debugger-0.15.0 spec/input_responders/classification_spec.rb
puppet-debugger-0.14.0 spec/input_responders/classification_spec.rb
puppet-debugger-0.13.0 spec/input_responders/classification_spec.rb
puppet-debugger-0.12.3 spec/input_responders/classification_spec.rb
puppet-debugger-0.12.2 spec/input_responders/classification_spec.rb
puppet-debugger-0.12.1 spec/input_responders/classification_spec.rb
puppet-debugger-0.12.0 spec/input_responders/classification_spec.rb
puppet-debugger-0.11.0 spec/input_responders/classification_spec.rb
puppet-debugger-0.10.3 spec/input_responders/classification_spec.rb
puppet-debugger-0.10.2 spec/input_responders/classification_spec.rb
puppet-debugger-0.10.1 spec/input_responders/classification_spec.rb
puppet-debugger-0.10.0 spec/input_responders/classification_spec.rb
puppet-debugger-0.9.1 spec/input_responders/classification_spec.rb
puppet-debugger-0.9.0 spec/input_responders/classification_spec.rb