Sha256: 9b4a055751660b74a973bad49a2758ab5c975204f17817a20d924a21bf57092d
Contents?: true
Size: 304 Bytes
Versions: 65
Compression:
Stored size: 304 Bytes
Contents
Shindo.tests('Fog#wait_for', 'core') do tests("success") do tests('Fog#wait_for').formats(:duration => Integer) do Fog.wait_for(1) { true } end end tests("failure") do tests('Fog#wait_for').raises(Fog::Errors::TimeoutError) do Fog.wait_for(2) { false } end end end
Version data entries
65 entries across 65 versions & 6 rubygems