Sha256: 5c99476b2804f75b053fcc0e345099651614f6739c21ad21c5e834deaa4ad0d2
Contents?: true
Size: 786 Bytes
Versions: 36
Compression:
Stored size: 786 Bytes
Contents
Shindo.tests('Bluebox | template requests', ['bluebox']) do @template_format = { 'created' => String, 'description' => String, 'id' => String, 'public' => Fog::Boolean } tests('success') do @template_id = 'a00baa8f-b5d0-4815-8238-b471c4c4bf72' # Ubuntu 9.10 64bit tests("get_template('#{@template_id}')").formats(@template_format) do Bluebox[:blocks].get_template(@template_id).body end tests("get_templates").formats([@template_format]) do Bluebox[:blocks].get_templates.body end end tests('failure') do tests("get_template('00000000-0000-0000-0000-000000000000')").raises(Fog::Bluebox::NotFound) do Bluebox[:blocks].get_template('00000000-0000-0000-0000-000000000000') end end end
Version data entries
36 entries across 36 versions & 2 rubygems