Class: AktionTestRails::Matchers::ActiveAdmin::Flash::Matcher
- Inherits:
-
AktionTest::Matchers::Base
- Object
- AktionTest::Matchers::Base
- AktionTestRails::Matchers::ActiveAdmin::Flash::Matcher
- Defined in:
- lib/aktion_test_rails/matchers/active_admin/flash.rb
Instance Method Summary collapse
-
#initialize(type, message) ⇒ Matcher
constructor
A new instance of Matcher.
Constructor Details
#initialize(type, message) ⇒ Matcher
Returns a new instance of Matcher.
11 12 13 |
# File 'lib/aktion_test_rails/matchers/active_admin/flash.rb', line 11 def initialize(type, ) @type, @message = type, end |