Sha256: 7fa0203a283689bb3cb4ea249b6cd1c55b7a5ce129ab5d89b5448038595ca37b
Contents?: true
Size: 447 Bytes
Versions: 7
Compression:
Stored size: 447 Bytes
Contents
require File.join(File.dirname(__FILE__), '/../../spec_helper') describe Layer do it "should be the right layer" do Layer::Background.should == 0 end it "should be the right layer" do Layer::Ambient.should == 1 end it "should be the right layer" do Layer::Players.should == 2 end it "should be the right layer" do Layer::UI.should == 3 end it "should be the right layer" do Layer::Debug.should == 4 end end
Version data entries
7 entries across 7 versions & 1 rubygems