Sha256: fc4c9ce21e69c02599078b09eaae7f2e89d33972f3fb24ee941a89aff47984a6
Contents?: true
Size: 496 Bytes
Versions: 15
Compression:
Stored size: 496 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, UserInterface] end end end
Version data entries
15 entries across 15 versions & 1 rubygems