Top Level Namespace
- Includes:
- HerokuNotificationAssertions
Defined Under Namespace
Modules: HerokuNotificationAssertions Classes: HaveNotifiedWith, HerokuNotification, HerokuNotificationError
Instance Method Summary collapse
Methods included from HerokuNotificationAssertions
#assert_notified_with, #stub_notification
Instance Method Details
#have_notified_with(params) ⇒ Object
23 24 25 |
# File 'lib/heroku_notification/rspec.rb', line 23 def have_notified_with(params) HaveNotifiedWith.new(params) end |