Method: SpecGuard.clear_guards
- Defined in:
- lib/extensions/mspec/mspec/guards/guard.rb
.clear_guards ⇒ Object
30 31 32 |
# File 'lib/extensions/mspec/mspec/guards/guard.rb', line 30 def self.clear_guards @guards = [] end |
30 31 32 |
# File 'lib/extensions/mspec/mspec/guards/guard.rb', line 30 def self.clear_guards @guards = [] end |