Module: AktionTestRails::Matchers::ActiveAdmin::Flash
- Defined in:
- lib/aktion_test_rails/matchers/active_admin/flash.rb
Defined Under Namespace
Classes: Matcher
Instance Method Summary collapse
Instance Method Details
#have_flash(type = nil, message = nil) ⇒ Object
5 6 7 8 |
# File 'lib/aktion_test_rails/matchers/active_admin/flash.rb', line 5 def have_flash(type = nil, = nil) type, = nil, type if .nil? && type.is_a?(String) Matcher.new(type, ) end |