Sha256: 526820d7608de6d68159e4672b7e59bac2be62706e0897a1818ee64d5381fcec
Contents?: true
Size: 327 Bytes
Versions: 55
Compression:
Stored size: 327 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/classes', __FILE__) describe "Thread.main" do it "returns the main thread" do Thread.new { @main = Thread.main ; @current = Thread.current}.join @main.should_not == @current @main.should == Thread.current end end
Version data entries
55 entries across 55 versions & 3 rubygems