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