Class: AktionTestRails::Matchers::ActiveAdmin::Flash::Matcher

Inherits:
AktionTest::Matchers::Base
  • Object
show all
Defined in:
lib/aktion_test_rails/matchers/active_admin/flash.rb

Instance Method Summary collapse

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, message)
  @type, @message = type, message
end