Sha256: cea21560925666c70d576ac5713395b7d46aae6be3d46615b5c83a8b5a85608d

Contents?: true

Size: 116 Bytes

Versions: 1

Compression:

Stored size: 116 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

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