Sha256: 2639ff27c66b3e692562e1d8c0e60a5259a7e112a63881c846313d4af9414dee
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' RSpec.describe Fog::Compute::CloudAtCost::Templates do subject { Fog::Compute::CloudAtCost::Templates } it 'should have a collection of templates' do expect(subject.model).to eq(Fog::Compute::CloudAtCost::Template) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-cloudatcost-0.4.0 | spec/fog/models/templates_spec.rb |