class EacRubyUtils::Rspec::SetupManager

def initialize(app_root_path, rspec_config)

def initialize(app_root_path, rspec_config)
  @app_root_path = app_root_path.to_pathname
  @rspec_config = rspec_config
  include_registry
end