Sha256: 8b4e59fea9bf0ff1849935570f92c9402a3d3511362cf7ec3892dc8f7466db78
Contents?: true
Size: 383 Bytes
Versions: 83
Compression:
Stored size: 383 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/fixtures/classes' 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
83 entries across 83 versions & 1 rubygems