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