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