class MessageViewController
Mocking the presentViewController
Attributes
expectation[RW]
Public Instance Methods
presentModalViewController(modal, animated: animated)
click to toggle source
# File spec/motion/sms/sms_spec.rb, line 5 def presentModalViewController(modal, animated: animated) expectation.call modal, animated end