Sha256: f0bf16a519f319a751fc111ee970c3c36473f82655628717744a330e9df63bbc
Contents?: true
Size: 416 Bytes
Versions: 38
Compression:
Stored size: 416 Bytes
Contents
Shindo.tests("Fog::Joyent[:analytics] | metric", %w{joyent}) do @analytics = Fog::Joyent[:analytics] @metric = @analytics.metrics.first tests('read only') do returns(false, 'should not save') { @metric.respond_to?(:save)} returns(false, 'should not allow creating a new one') { @metric.respond_to?(:create)} returns(false, 'should not allow destroying') { @metric.respond_to?(:destroy)} end end
Version data entries
38 entries across 36 versions & 6 rubygems