Sha256: d3adbddbc65477135ce65652baab690ff01c8ea980f0cf7f58f8192355629ead

Contents?: true

Size: 373 Bytes

Versions: 7

Compression:

Stored size: 373 Bytes

Contents

require "spec_helper"

describe "brightbox policies" do

  describe "remove" do
    let(:output) { FauxIO.new { Brightbox::run(argv) } }
    let(:stdout) { output.stdout }
    let(:stderr) { output.stderr }

    context "" do
      let(:argv) { ["policies", "remove"] }

      it "does not error" do
        expect { output }.to_not raise_error
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
brightbox-cli-1.2.2 spec/commands/policies/remove_spec.rb
brightbox-cli-1.2.1 spec/commands/policies/remove_spec.rb
brightbox-cli-1.2.0 spec/commands/policies/remove_spec.rb
brightbox-cli-1.1.0 spec/commands/policies/remove_spec.rb
brightbox-cli-1.0.0 spec/commands/policies/remove_spec.rb
brightbox-cli-1.0.0.rc2 spec/commands/policies/remove_spec.rb
brightbox-cli-1.0.0.rc1 spec/commands/policies/remove_spec.rb