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