[test] enable other Dispatch.once spec

This commit is contained in:
Watson
2014-10-16 18:28:01 +09:00
parent 05fe0dd193
commit 42534ba041

View File

@@ -17,7 +17,7 @@ class TestDispatchOnce
end
describe "Dispatch.once" do
xit "yields a block just once" do
it "yields a block just once" do
obj = TestDispatchOnce.new
threads = []
8.times do