Sha256: 44916db37683fce1d5228a0c12c74ceafef2996617fa54899824b6ba4222427b

Contents?: true

Size: 361 Bytes

Versions: 2

Compression:

Stored size: 361 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
  describe "#remove_behavior" do
    it 'tells the actor to drop a behavior by name'
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gamebox-0.4.0 spec/core/behavior_spec.rb
gamebox-0.4.0.rc11 spec/core/behavior_spec.rb