Sha256: 74fd70220d855a14786aaacc3226e1f604c1f240ad3efcf13fd9c2eebf6a4b49

Contents?: true

Size: 367 Bytes

Versions: 4

Compression:

Stored size: 367 Bytes

Contents

require "spec_helper"

describe "brightbox cloudips" do

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

    context "" do
      let(:argv) { ["cloudips", "map"] }

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
brightbox-cli-1.1.0 spec/commands/cloudips/map_spec.rb
brightbox-cli-1.0.0 spec/commands/cloudips/map_spec.rb
brightbox-cli-1.0.0.rc2 spec/commands/cloudips/map_spec.rb
brightbox-cli-1.0.0.rc1 spec/commands/cloudips/map_spec.rb