Sha256: 08b6a2b367a3ecc152b3649fe097b6d4cf1dd99693c7b726e2dca3ce454ba50b

Contents?: true

Size: 448 Bytes

Versions: 6

Compression:

Stored size: 448 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 "#reacts_with" do
    it 'adds together reactions for multiple calls'
  end
  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

6 entries across 6 versions & 1 rubygems

Version Path
gamebox-0.5.5 spec/core/behavior_spec.rb
gamebox-0.5.4 spec/core/behavior_spec.rb
gamebox-0.5.2 spec/core/behavior_spec.rb
gamebox-0.5.1 spec/core/behavior_spec.rb
gamebox-0.5.0 spec/core/behavior_spec.rb
gamebox-0.4.1 spec/core/behavior_spec.rb