Class: Dumbo::Matchers::ErrorMatcher

Inherits:
RSpec::Matchers::BuiltIn::BaseMatcher
  • Object
show all
Defined in:
lib/dumbo/test/matchers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actualObject (readonly)

Returns the value of attribute actual.



38
39
40
# File 'lib/dumbo/test/matchers.rb', line 38

def actual
  @actual
end

#actual_messageObject (readonly)

Returns the value of attribute actual_message.



38
39
40
# File 'lib/dumbo/test/matchers.rb', line 38

def actual_message
  @actual_message
end

#expectedObject (readonly)

Returns the value of attribute expected.



38
39
40
# File 'lib/dumbo/test/matchers.rb', line 38

def expected
  @expected
end

#optionsObject (readonly)

Returns the value of attribute options.



38
39
40
# File 'lib/dumbo/test/matchers.rb', line 38

def options
  @options
end