Sha256: 554b4a61575942b5cd52e1660c39d816f7c9969e56c46df84ca5aa895f1cc7f8
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
require 'spec_helper' describe CephStorage::ClusterFactory do let(:cluster_factory) { CephStorage::ClusterFactory } subject { cluster_factory } it 'should respond to build' do expect(subject).to respond_to :build end it 'should not respond to new' do expect(subject).not_to respond_to :new end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceph_storage-0.1.1 | spec/ceph_storage_cluster_factory_spec.rb |
ceph_storage-0.1.0 | spec/ceph_storage_cluster_factory_spec.rb |