Sha256: aac58cf602555d024bafeb4681e8da183141c0c01ab0681e137966ab6009409c
Contents?: true
Size: 270 Bytes
Versions: 3
Compression:
Stored size: 270 Bytes
Contents
require 'helper' describe Behavior do let(:actor) { create_actor } it 'should auto-require behaviors that it depends on' it 'has default react_to impl' describe "#add_behavior" do it 'uses the behavior factory to add the behavior to the actor' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gamebox-0.4.0.rc5 | spec/core/behavior_spec.rb |
gamebox-0.4.0.rc4 | spec/core/behavior_spec.rb |
gamebox-0.4.0.rc3 | spec/core/behavior_spec.rb |