class RSpec::Core::Configuration
def exclude_pattern=(value)
- Attr: value - the filename pattern to exclude spec files by
def exclude_pattern=(value) update_pattern_attr :exclude_pattern, value end
def exclude_pattern=(value) update_pattern_attr :exclude_pattern, value end