Class: QuarantineGuard

Inherits:
SpecGuard show all
Defined in:
lib/mspec/guards/quarantine.rb

Instance Method Summary collapse

Methods inherited from SpecGuard

#===, #after, #before, finish, #implementation?, #initialize, #os?, #platform?, register, unregister, #unregister, #windows?, #wordsize?, #yield?

Constructor Details

This class inherits a constructor from SpecGuard

Instance Method Details

#match?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/mspec/guards/quarantine.rb', line 4

def match?
  false
end