Sha256: 3eb77db25d315cb3b8dfdbf1dd4609c0e05f26129d6f45091b954ff12f6ea69c

Contents?: true

Size: 321 Bytes

Versions: 20

Compression:

Stored size: 321 Bytes

Contents

require 'spec_helper'
require 'puppet-debugger'
require 'puppet-debugger/plugin_test_helper'

describe :resources do
  include_examples 'plugin_tests'
  let(:args) { ["resources"] }

  it 'should be able to print resources' do
    debugger_output = /main/
    expect(plugin.run(args)).to match(debugger_output)
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
puppet-debugger-0.17.0 spec/input_responders/resources_spec.rb
puppet-debugger-0.16.0 spec/input_responders/resources_spec.rb
puppet-debugger-0.15.2 spec/input_responders/resources_spec.rb
puppet-debugger-0.15.1 spec/input_responders/resources_spec.rb
puppet-debugger-0.15.0 spec/input_responders/resources_spec.rb
puppet-debugger-0.14.0 spec/input_responders/resources_spec.rb
puppet-debugger-0.13.0 spec/input_responders/resources_spec.rb
puppet-debugger-0.12.3 spec/input_responders/resources_spec.rb
puppet-debugger-0.12.2 spec/input_responders/resources_spec.rb
puppet-debugger-0.12.1 spec/input_responders/resources_spec.rb
puppet-debugger-0.12.0 spec/input_responders/resources_spec.rb
puppet-debugger-0.11.0 spec/input_responders/resources_spec.rb
puppet-debugger-0.10.3 spec/input_responders/resources_spec.rb
puppet-debugger-0.10.2 spec/input_responders/resources_spec.rb
puppet-debugger-0.10.1 spec/input_responders/resources_spec.rb
puppet-debugger-0.10.0 spec/input_responders/resources_spec.rb
puppet-debugger-0.9.1 spec/input_responders/resources_spec.rb
puppet-debugger-0.9.0 spec/input_responders/resources_spec.rb
puppet-debugger-0.8.1 spec/input_responders/resources_spec.rb
puppet-debugger-0.8.0 spec/input_responders/resources_spec.rb