Sha256: ed657e848d05cacfb139a17f0b96c067945b4befe18d74031bdbbbf93a403048

Contents?: true

Size: 118 Bytes

Versions: 4

Compression:

Stored size: 118 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
acts_as_chattable-0.0.4 spec/support/send_message.rb
acts_as_chattable-0.0.3 spec/support/send_message.rb
acts_as_chattable-0.0.2 spec/support/send_message.rb
acts_as_chattable-0.0.1 spec/support/send_message.rb