Sha256: 1043ff7ea0af2d759b73c3adb4f4c720f75f35a75a439617beb617b35cac568e

Contents?: true

Size: 383 Bytes

Versions: 7

Compression:

Stored size: 383 Bytes

Contents

require "spec_helper"

describe "brightbox config" do

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

    context "" do
      let(:argv) { ["config", "client_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/config/client_remove_spec.rb
brightbox-cli-1.2.1 spec/commands/config/client_remove_spec.rb
brightbox-cli-1.2.0 spec/commands/config/client_remove_spec.rb
brightbox-cli-1.1.0 spec/commands/config/client_remove_spec.rb
brightbox-cli-1.0.0 spec/commands/config/client_remove_spec.rb
brightbox-cli-1.0.0.rc2 spec/commands/config/client_remove_spec.rb
brightbox-cli-1.0.0.rc1 spec/commands/config/client_remove_spec.rb