SpecGuard
# File lib/mspec/guards/feature.rb, line 4 def self.enabled?(*features) new(*features).match? end
# File lib/mspec/guards/feature.rb, line 8 def match? @parameters.all? { |f| MSpec.feature_enabled? f } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.