Sha256: a016686b06053fff5635fa95211f08adfb3be5efe1d272351065012a86763217

Contents?: true

Size: 199 Bytes

Versions: 61

Compression:

Stored size: 199 Bytes

Contents

require "spec_helper"

describe Brightbox::DatabaseSnapshot do
  subject(:database_snapshot) do
    Brightbox::DatabaseSnapshot.new("dbi-12345")
  end

  it_behaves_like "a wrapped API resource"
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
brightbox-cli-3.1.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-3.0.1 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-3.0.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.12.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.11.2 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.11.1 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.11.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.10.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.9.3 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.9.2 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.9.1 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.9.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.8.2 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.8.1 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.8.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.7.1 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.7.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.6.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.5.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-2.4.1 spec/unit/brightbox/database_snapshot_spec.rb