Class: Matest::SpecFailed

Inherits:
SpecStatus show all
Defined in:
lib/matest.rb

Instance Attribute Summary

Attributes inherited from SpecStatus

#block, #description, #result

Instance Method Summary collapse

Methods inherited from SpecStatus

#initialize, #location

Constructor Details

This class inherits a constructor from Matest::SpecStatus

Instance Method Details

#nameObject



95
96
97
# File 'lib/matest.rb', line 95

def name
  "FAILING"
end

#to_sObject



91
92
93
# File 'lib/matest.rb', line 91

def to_s
  "F"
end