Sha256: 7666608a844f7b80ef76302b0efc97b4c9380605735792d6a323f16d6cab736c

Contents?: true

Size: 370 Bytes

Versions: 18

Compression:

Stored size: 370 Bytes

Contents

require "spec_helper"

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

    context "" do
      let(:argv) { %w[servers snapshot] }

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
brightbox-cli-5.0.0 spec/commands/servers/snapshot_spec.rb
brightbox-cli-5.0.0.rc2 spec/commands/servers/snapshot_spec.rb
brightbox-cli-5.0.0.rc1 spec/commands/servers/snapshot_spec.rb
brightbox-cli-5.0.0.alpha spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.8.0 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.7.0 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.6.0 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.5.0 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.5.0.rc1 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.4.0 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.3.2 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.3.1 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.3.0 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.2.1 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.2.0 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.1.0 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.0.0 spec/commands/servers/snapshot_spec.rb
brightbox-cli-4.0.0.rc2 spec/commands/servers/snapshot_spec.rb