Method: MSpec.disable_feature
- Defined in:
- lib/mspec/runner/mspec.rb
.disable_feature(feature) ⇒ Object
171 172 173 |
# File 'lib/mspec/runner/mspec.rb', line 171 def self.disable_feature(feature) retrieve(:features)[feature] = false end |