Sha256: 14c940e511a980979f7e78f46308a461b523dcaeb2f5a6beb02af7e0b0d3041d
Contents?: true
Size: 263 Bytes
Versions: 4
Compression:
Stored size: 263 Bytes
Contents
require File.dirname(__FILE__) + '/spec_helper' describe "Kernel extensions" do before(:each) do @host = Master.new end it "should eval the string into time" do @host.should_receive(:sleep).once.and_return true @host.wait "10.seconds" end end
Version data entries
4 entries across 4 versions & 3 rubygems
Version | Path |
---|---|
auser-poolparty-0.0.8 | spec/kernel_spec.rb |
auser-poolparty-0.0.9 | spec/kernel_spec.rb |
dreadpiratepj-poolparty-0.0.8 | spec/kernel_spec.rb |
poolparty-0.0.4 | spec/kernel_spec.rb |