class MFMessageComposeViewController
Monkey-patching MFMessageComposeViewController
So we can access the values that are set. This of course breaks MFMessageComposeViewController
from actually working, but it's testable.
Attributes
body[RW]
recipients[RW]
Public Instance Methods
init()
click to toggle source
for iOS7 compatibility on similators, MFMessageComposeViewController.alloc.init returns nil
# File spec/motion/sms/sms_spec.rb, line 19 def init self end