class Matest::SpecPassed
Public Class Methods
name()
click to toggle source
# File lib/matest/spec_status.rb, line 33 def self.name "PASSING" end
Public Instance Methods
to_s()
click to toggle source
# File lib/matest/spec_status.rb, line 29 def to_s "." end