Sha256: a016686b06053fff5635fa95211f08adfb3be5efe1d272351065012a86763217

Contents?: true

Size: 199 Bytes

Versions: 60

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

60 entries across 60 versions & 1 rubygems

Version Path
brightbox-cli-5.0.0.rc2 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-5.0.0.rc1 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-5.0.0.alpha spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.8.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.7.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.6.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.5.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.5.0.rc1 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.4.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.3.2 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.3.1 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.3.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.2.1 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.2.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.1.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.0.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-4.0.0.rc2 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-3.3.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-3.2.0 spec/unit/brightbox/database_snapshot_spec.rb
brightbox-cli-3.1.0 spec/unit/brightbox/database_snapshot_spec.rb