Sha256: c59011f3fe7ce8756507b5deae4e052b66f2f3215753c5cdf554a569de569b6c

Contents?: true

Size: 108 Bytes

Versions: 2

Compression:

Stored size: 108 Bytes

Contents

def send_message(from=@bob, to=@alice, topic="Topic", body="Body")
  from.send_message(to, topic, body)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts-as-messageable-0.4.10 spec/support/send_message.rb
acts-as-messageable-0.4.9 spec/support/send_message.rb