Sha256: 1bd2cfbb41b1ea71ab255f4dfd69f4ac8c09dd9e2e751876c5cc937f14072c95
Contents?: true
Size: 481 Bytes
Versions: 7
Compression:
Stored size: 481 Bytes
Contents
require File.join(File.dirname(__FILE__), '/../../spec_helper') describe Traits do describe "list" do it "should return a list of all traits that can be included using it_is_a, it_is, or it_has" do ActiveSupport::Deprecation.stub! :warn => :shut_up Traits.list.should == [Attachable, Controllable, Damaging, Generator, Hitpoints, Imageable, Lives, Moveable, Pod, Shooter, ShortLived, Shot, Targetable, Targeting::Closest, Turnable] end end end
Version data entries
7 entries across 7 versions & 1 rubygems