Sha256: 242756a67c09b5047b566e3d5df34d5a006ed778c0b9a3300cca562cdd2115a9

Contents?: true

Size: 292 Bytes

Versions: 7

Compression:

Stored size: 292 Bytes

Contents

require "spec_helper"

describe Brightbox::Account do
  subject(:account) do
    Brightbox::Account.new("acc-12345")
  end

  it_behaves_like "a wrapped API resource"

  it { should respond_to(:ram_free) }
  it { should respond_to(:cloud_ip_limit) }
  it { should respond_to(:lb_limit) }
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
brightbox-cli-1.2.2 spec/unit/brightbox/account_spec.rb
brightbox-cli-1.2.1 spec/unit/brightbox/account_spec.rb
brightbox-cli-1.2.0 spec/unit/brightbox/account_spec.rb
brightbox-cli-1.1.0 spec/unit/brightbox/account_spec.rb
brightbox-cli-1.0.0 spec/unit/brightbox/account_spec.rb
brightbox-cli-1.0.0.rc2 spec/unit/brightbox/account_spec.rb
brightbox-cli-1.0.0.rc1 spec/unit/brightbox/account_spec.rb