class RSpecJumpstart::Config

Global configuration affecting all threads.

Attributes

behaves_like_exclusions[RW]

Public Class Methods

new() click to toggle source
# File lib/rspec_jumpstart/config.rb, line 12
def initialize
  @behaves_like_exclusions = []
end